|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Represents a single unacknowledged segment in the RTT tracking linked list. More...
#include <tap-tcp-stream.h>
Public Attributes | |
| struct rtt_unack * | next |
| double | time |
| unsigned int | seqno |
| unsigned int | end_seqno |
Represents a single unacknowledged segment in the RTT tracking linked list.
| unsigned int rtt_unack::end_seqno |
Ending sequence number (exclusive) of this unacknowledged segment.
| struct rtt_unack* rtt_unack::next |
Pointer to the next unacknowledged segment in the list; NULL if this is the last entry.
| unsigned int rtt_unack::seqno |
Starting sequence number of this unacknowledged segment.
| double rtt_unack::time |
Timestamp in seconds at which this segment was sent, used to compute RTT upon acknowledgement.