byteblowerll.byteblower.TCPSessionInfo

class byteblowerll.byteblower.TCPSessionInfo(*args, **kwargs)

Class containing info about the TCP session. Example

tcpSessionInfo = httpSessionInfo.TcpSessionInfoGet()
# print an integer which indicates a certain State
print(tcpSessionInfo.ConnectionStateGet())
__init__(*args, **kwargs)

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

Methods

CongestionAvoidanceAlgorithmGet() Returns the congestion avoidance algorithm used in this TCP session.
ConnectionStateGet() Returns the current TCP connection state.
DescriptionGet(*args) Gets a textual description for the current object
MaximumSegmentSizeGet() Returns the maximum segment size this TCP connection is allowed to use when transmitting data..
ParentGet() Returns the parent object.
Refresh() Retrieves the latest data from the server for this object.
ResultGet() Returns the Layer4.Tcp.ResultSnapshot for this session containing the current result counters.
ResultHistoryGet() Returns the Layer4.Tcp.ResultHistory for this session.
__init__(*args, **kwargs) Initialize self.

Attributes

thisown The membership flag