byteblowerll.byteblower.TCPConnectionState

class byteblowerll.byteblower.TCPConnectionState

The state of the TCP Connection

__init__()

Initialize self. See help(type(self)) for accurate signature.

Attributes

CLOSED Closed
CLOSE_WAIT
CLOSING Closing
ESTABLISHED Established
FIN_WAIT_1 FIN wait (number 1)
FIN_WAIT_2 FIN wait (number 2)
LAST_ACK
LISTEN Listen
SYN_RECEIVED SYN received
SYN_SENT SYN Sent
TIME_WAIT