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