original_kernel/net/dccp/ccids/lib
Gerrit Renker 954c2db868 [CCID3]: Interface CCID3 code with newer Loss Intervals Database
This hooks up the TFRC Loss Interval database with CCID 3 packet reception.
In addition, it makes the CCID-specific computation of the first loss
interval (which requires access to all the guts of CCID3) local to ccid3.c.

The patch also fixes an omission in the DCCP code, that of a default /
fallback RTT value (defined in section 3.4 of RFC 4340 as 0.2 sec); while
at it, the  upper bound of 4 seconds for an RTT sample has  been reduced to
match the initial TCP RTO value of 3 seconds from[RFC 1122, 4.2.3.1].

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:57:20 -08:00
..
Makefile [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00
loss_interval.c [CCID3]: Interface CCID3 code with newer Loss Intervals Database 2008-01-28 14:57:20 -08:00
loss_interval.h [TFRC]: Ringbuffer to track loss interval history 2008-01-28 14:57:18 -08:00
packet_history.c [TFRC]: CCID3 (and CCID4) needs to access these inlines 2008-01-28 14:57:19 -08:00
packet_history.h [TFRC]: CCID3 (and CCID4) needs to access these inlines 2008-01-28 14:57:19 -08:00
tfrc.c [CCID3]: Interface CCID3 code with newer Loss Intervals Database 2008-01-28 14:57:20 -08:00
tfrc.h [TFRC]: Ringbuffer to track loss interval history 2008-01-28 14:57:18 -08:00
tfrc_equation.c