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