kernel_optimize_test/net/dccp/ccids
Andrea Bittau 07978aabd5 [DCCP] CCID2: Allocate seq records on demand
Allocate more sequence state on demand.  Each time a packet is sent
out by CCID2, a record of it needs to be kept.  This list of records
grows proportionally to cwnd.  Previously, the length of this list was
hardcored and therefore the cwnd could only grow to this value (of
128).  Now, records are allocated on demand as necessary---cwnd may
grow as it wishes.  The exceptional case of when memory is not
available is not handled gracefully.  Perhaps, cwnd should be capped
at that point.

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:40 -07:00
..
lib [DCCP]: Fix CCID3 2006-08-26 23:40:50 -07:00
ccid2.c [DCCP] CCID2: Allocate seq records on demand 2006-09-22 15:19:40 -07:00
ccid2.h [DCCP] CCID2: Allocate seq records on demand 2006-09-22 15:19:40 -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