Linux Kernel
3.7.1
|
#include <ackvec.h>
Data Fields | |
struct list_head | avr_node |
u64 | avr_ack_seqno:48 |
u64 | avr_ack_ackno:48 |
u16 | avr_ack_ptr |
u8 | avr_ack_runlen |
u8 | avr_ack_nonce:1 |
struct dccp_ackvec_record - Records information about sent Ack Vectors
These list entries define the additional information which the HC-Receiver keeps about recently-sent Ack Vectors; again refer to RFC 4340, Appendix A.
: the list node in : sequence number of the packet the Ack Vector was sent on : the Ack number that this record/Ack Vector refers to : pointer into where this record starts : run length of at the time of sending : the sum of 's at the time this record was sent
The list as a whole is sorted in descending order by .