linux/net/dccp
Gerrit Renker 3802408644 dccp ccid-2: Update code for the Ack Vector input/registration routine
This patch updates the code which registers new packets as received, using the
new circular buffer interface. It contributes a new algorithm which
 * supports both tail/head pointers and buffer wrap-around and
 * deals with overflow (head/tail move in lock-step).

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2010-11-15 07:11:59 +01:00
..
ccids dccp ccid-2: Ack Vector interface clean-up 2010-11-10 21:20:07 +01:00
ackvec.c dccp ccid-2: Update code for the Ack Vector input/registration routine 2010-11-15 07:11:59 +01:00
ackvec.h dccp ccid-2: Update code for the Ack Vector input/registration routine 2010-11-15 07:11:59 +01:00
ccid.c
ccid.h dccp: Return-value convention of hc_tx_send_packet() 2010-10-28 10:27:00 -07:00
dccp.h dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling 2010-11-10 21:21:35 +01:00
diag.c
feat.c
feat.h
input.c dccp ccid-2: Algorithm to update buffer state 2010-11-15 07:11:59 +01:00
ipv4.c
ipv6.c
ipv6.h
Kconfig
Makefile
minisocks.c
options.c dccp ccid-2: Algorithm to update buffer state 2010-11-15 07:11:59 +01:00
output.c dccp: Refine the wait-for-ccid mechanism 2010-10-28 10:27:01 -07:00
probe.c
proto.c dccp: Refine the wait-for-ccid mechanism 2010-10-28 10:27:01 -07:00
sysctl.c
timer.c dccp: Refine the wait-for-ccid mechanism 2010-10-28 10:27:01 -07:00