linux/net/dccp/ccids/lib
Gerrit Renker 2eeea7ba6b dccp ccid-3: Length of loss intervals
This corrects an error in the computation of the open loss interval I_0:
  * the interval length is (highest_seqno - start_seqno) + 1
  * and not (highest_seqno - start_seqno).

This condition was not fully clear in RFC 3448, but reflects the current
revision state of rfc3448bis and is also consistent with RFC 4340, 6.1.1.

Further changes:
----------------
 * variable renamed due to line length constraints;
 * explicit typecast to `s64' to avoid implicit signed/unsigned casting.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-07-13 11:51:40 +01:00
..
Makefile
loss_interval.c dccp ccid-3: Length of loss intervals 2008-07-13 11:51:40 +01:00
loss_interval.h [TFRC]: Remove previous loss intervals implementation 2008-01-28 14:57:20 -08:00
packet_history.c dccp ccid-3: Fix a loss detection bug 2008-07-13 11:51:40 +01:00
packet_history.h dccp ccid-3: Fix a loss detection bug 2008-07-13 11:51:40 +01:00
tfrc.c dccp: Fix sparse warnings 2008-06-11 11:19:09 +01:00
tfrc.h dccp ccid-3: X truncated due to type conversion 2008-06-11 11:19:10 +01:00
tfrc_equation.c dccp ccid-3: TFRC reverse-lookup Bug-Fix 2008-06-11 11:19:10 +01:00