UInt32 retrans
Number of retransmitted segments.
TCP SYN packet has been sent.
TCP connection is established.
TcpCaState::Enum caState
Represents the congestion avoidance state of the TCP connection.
UInt32 sacked
Number of selective acknowledgments received.
UInt32 rcvSpace
Available receive buffer space in bytes.
UInt8 backoff
Number of times the retransmission timer has been backed off.
UInt32 sndCwnd
Sender's congestion window size.
UInt32 rtt
Smoothed round-trip time (RTT) estimate in microseconds.
UInt32 lost
Number of lost segments.
UInt32 advmss
Advertised maximum segment size (MSS).
TCP congestion avoidance state: congestion window reduced.
Last acknowledgment has been sent.
UInt32 pmtu
Path Maximum Transmission Unit (PMTU) estimate.
UInt32 rttvar
Round-trip time variance estimate in microseconds.
UInt32 rcvMss
Maximum segment size (MSS) advertised by the receiver.
UInt32 sndMss
Maximum segment size (MSS) advertised by the sender.
TCP connection is closing.
UInt32 rto
Retransmission timeout value in milliseconds.
TCP congestion avoidance state: disorder.
TCP connection is in close wait state.
UInt8 sndWscale
Sender's and receiver's window scale factors.
UInt32 reordering
Reordering metric.
UInt32 unacked
Number of segments sent but not yet acknowledged.
TCP connection is in FIN wait state 2.
UInt32 ato
Predicted average time in milliseconds between transmission and acknowledgment.
UInt8 probes
Number of probe packets sent.
UInt32 totalRetrans
Total number of retransmissions.
#define ONIXS_ILINK3_EXPORTED
TCP connection is in closing state.
TCP congestion avoidance state.
UInt8 options
TCP options (e.g., selective acknowledgments) enabled for the connection.
TCP connection has received a new SYN packet.
TCP SYN packet has been received.
TCP congestion avoidance state: recovery.
UInt32 rcvSsthresh
Receiver's slow-start threshold.
UInt32 rcvRtt
Receiver's smoothed RTT estimate.
TCP socket is listening for incoming connections.
TCP connection is in time wait state.
std::string toString() const
UInt32 sndSsthresh
Sender's slow-start threshold.
TCP connection is in FIN wait state 1.
UInt32 fackets
Number of forward acknowledgments (FACKs).
TcpState::Enum state
Represents the state of the TCP connection.
UInt8 retransmits
Number of retransmitted segments.