linux/net/dccp/ccids
Gerrit Renker 34a081be8e dccp tfrc: Let dccp_tfrc_lib do the sampling work
This migrates more TFRC-related code into the dccp_tfrc_lib:
 * sampling of the packet size `s' (which is only needed until the first
   loss interval is computed (ccid3_first_li));
 * updating the byte-counter `bytes_recvd' in between sending feedbacks.
The result is a better separation of CCID-3 specific and TFRC specific
code, which aids future integration with ECN and e.g. CCID-4.

Further changes:
----------------
 * replaced magic number of 536 with equivalent constant TCP_MIN_RCVMSS;
   (this constant is also used when no estimate for `s' is available).

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-09-04 07:45:41 +02:00
..
lib dccp tfrc: Let dccp_tfrc_lib do the sampling work 2008-09-04 07:45:41 +02:00
Kconfig dccp ccid-2: Remove old infrastructure 2008-09-04 07:45:37 +02:00
Makefile [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation 2006-03-20 17:41:47 -08:00
ccid2.c tcp/dccp: Consolidate common code for RFC 3390 conversion 2008-09-04 07:45:39 +02:00
ccid2.h dccp ccid-2: Replace broken RTT estimator with better algorithm 2008-09-04 07:45:39 +02:00
ccid3.c dccp tfrc: Let dccp_tfrc_lib do the sampling work 2008-09-04 07:45:41 +02:00
ccid3.h dccp tfrc: Let dccp_tfrc_lib do the sampling work 2008-09-04 07:45:41 +02:00