struct hdr_tcpasym

The TCP asym header

inline static hdr_tcpasym* access(Packet* p)
int& ackcount()
int ackcount_
the number of segments this ack represents
int& highest_ack()
int highest_ack_
the highest ack seen
int& max_left_to_send()
int max_left_to_send_
the max
inline static int& offset()
static int offset_
offset for this header
int& win()
int win_
the amount of window remaining

Documentation

The TCP asym header. The sender includes information that the receiver could use to decide by how much to delay acks. XXXX some of the fields may not be needed
int ackcount_
the number of segments this ack represents

int win_
the amount of window remaining

int highest_ack_
the highest ack seen

int max_left_to_send_
the max. amount of data that remains to be sent

static int offset_
offset for this header

inline static int& offset()

inline static hdr_tcpasym* access(Packet* p)

int& ackcount()

int& win()

int& highest_ack()

int& max_left_to_send()

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de