kernel-ark/net/dccp/ccids
Andrea Bittau 374bcf32c8 [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT
When multiple losses occur in one RTT, the window should be halved
only once [a single "congestion event"].  This is now implemented,
although not perfectly.  Slightly changed the interface for changing
the cwnd: pass hctx instead of dp.  This is required in order to allow
for change_cwnd to be called from _init().

Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-22 15:19:41 -07:00
..
lib [DCCP]: Fix CCID3 2006-08-26 23:40:50 -07:00
ccid2.c [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT 2006-09-22 15:19:41 -07:00
ccid2.h [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT 2006-09-22 15:19:41 -07:00
ccid3.c [DCCP]: Tidyup CCID3 list handling 2006-09-22 15:18:33 -07:00
ccid3.h [DCCP]: Fix CCID3 2006-08-26 23:40:50 -07:00
Kconfig [DCCP] CCID2: Add Kconfig option for CCID2 debug 2006-09-22 15:19:39 -07:00
Makefile