Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
rtt_unack Struct Reference

Represents a single unacknowledged segment in the RTT tracking linked list. More...

#include <tap-tcp-stream.h>

Public Attributes

struct rtt_unacknext
double time
unsigned int seqno
unsigned int end_seqno

Detailed Description

Represents a single unacknowledged segment in the RTT tracking linked list.

Member Data Documentation

◆ end_seqno

unsigned int rtt_unack::end_seqno

Ending sequence number (exclusive) of this unacknowledged segment.

◆ next

struct rtt_unack* rtt_unack::next

Pointer to the next unacknowledged segment in the list; NULL if this is the last entry.

◆ seqno

unsigned int rtt_unack::seqno

Starting sequence number of this unacknowledged segment.

◆ time

double rtt_unack::time

Timestamp in seconds at which this segment was sent, used to compute RTT upon acknowledgement.


The documentation for this struct was generated from the following file: