kernel-ark/net/dccp/ccids/lib
Arnaldo Carvalho de Melo b84a2189c4 [TFRC]: New rx history code
Credit here goes to Gerrit Renker, that provided the initial implementation for
this new codebase.

I modified it just to try to make it closer to the existing API, renaming some
functions, add namespacing and fix one bug where the tfrc_rx_hist_alloc was not
freeing the allocated ring entries on the error path.

Original changeset comment from Gerrit:
      -----------
This provides a new, self-contained and generic RX history service for TFRC
based protocols.

Details:
 * new data structure, initialisation and cleanup routines;
 * allocation of dccp_rx_hist entries local to packet_history.c,
   as a service exported by the dccp_tfrc_lib module.
 * interface to automatically track highest-received seqno;
 * receiver-based RTT estimation (needed for instance by RFC 3448, 6.3.1);
 * a generic function to test for `data packets' as per  RFC 4340, sec. 7.7.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:56:43 -08:00
..
loss_interval.c [TFRC]: New rx history code 2008-01-28 14:56:43 -08:00
loss_interval.h [DCCP] packet_history: convert dccphrx_tstamp to ktime_t 2007-10-10 16:48:14 -07:00
Makefile [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00
packet_history.c [TFRC]: New rx history code 2008-01-28 14:56:43 -08:00
packet_history.h [TFRC]: New rx history code 2008-01-28 14:56:43 -08:00
tfrc_equation.c
tfrc.c [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00
tfrc.h [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00