new TCPConnection()
This Object holds reference to the current tcp connection
Members
-
dest
-
IP Address of the interface over which the client is receiving the TCP data.
-
tclose
-
Real-Time | The time at which the connection was closed (sending or reception time of FIN or RST or close socket operation).
-
tconnect
-
Connect time in ms (time from sending the initial SYN to receiving the ACK or completion of the connect socket operation).
-
tcpid
-
Identifier of the TCP connection on which the HTTP request was sent.
-
topen
-
Real-Time | The time at which the connection was opened (sending time of the initial SYN or connect socket operation).