#include <linux/dccp.h>
#include <linux/compiler.h>
#include <linux/list.h>
#include <linux/types.h>
Go to the source code of this file.
#define DCCPAV_MAX_RUNLEN 0x3F |
#define DCCPAV_MIN_OPTLEN 16 |
#define DCCPAV_NUM_ACKVECS 2 |
- Enumerator:
DCCPAV_RECEIVED |
|
DCCPAV_ECN_MARKED |
|
DCCPAV_RESERVED |
|
DCCPAV_NOT_RECEIVED |
|
Definition at line 35 of file ackvec.h.
dccp_ackvec_clear_state - Perform house-keeping / garbage-collection This routine is called when the peer acknowledges the receipt of Ack Vectors up to and including . While based on on section A.3 of RFC 4340, here are additional precautions to prevent corrupted buffer state. In particular, we use tail_ackno to identify outdated records; it always marks the earliest packet of group (2) in 11.4.2.
Definition at line 285 of file ackvec.c.
dccp_ackvec_input - Register incoming packet in the buffer
Definition at line 249 of file ackvec.c.
dccp_ackvec_update_records - Record information about sent Ack Vectors : Ack Vector records to update : Sequence number of the packet carrying the Ack Vector just sent : The sum of all buffer nonces contained in the Ack Vector
Definition at line 54 of file ackvec.c.