linux-stable-rt/net/dccp/ccids
Andrea Bittau 593f16aa62 [DCCP] CCID2: Add helper functions for changing important CCID2 state
Introduce methods which manipulate interesting congestion control
state such as pipe and rtt estimate.  This is useful for people
wishing to monitor the variables of CCID and instrument the code
[perhaps using Kprobes].  Personally, I am a fan of
encapsulation---that justifies this change =D.

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:42 -07:00
..
lib
Kconfig [DCCP] CCID2: Add Kconfig option for CCID2 debug 2006-09-22 15:19:39 -07:00
Makefile
ccid2.c [DCCP] CCID2: Add helper functions for changing important CCID2 state 2006-09-22 15:19:42 -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
ccid3.h