Class: TCPConnection

TCPConnection


new TCPConnection()

This Object holds reference to the current tcp connection

Source:

Members


dest

IP Address of the interface over which the client is receiving the TCP data.

Source:

tclose

Real-Time | The time at which the connection was closed (sending or reception time of FIN or RST or close socket operation).

Source:

tconnect

Connect time in ms (time from sending the initial SYN to receiving the ACK or completion of the connect socket operation).

Source:

tcpid

Identifier of the TCP connection on which the HTTP request was sent.

Source:

topen

Real-Time | The time at which the connection was opened (sending time of the initial SYN or connect socket operation).

Source: