linux-stable/net/dccp/ccids/lib
Gerrit Renker 68c89ee535 dccp ccid-3: Update the computation of X_recv
This updates the computation of X_recv with regard to Errata 610/611 for
RFC 4342 and draft rfc3448bis-06, ensuring that at least an interval of 1
RTT is used to compute X_recv.  The change is wrapped into a new function
ccid3_hc_rx_x_recv().

Further changes:
----------------
 * feedback is not sent when no data packets arrived (bytes_recv == 0), as per
   rfc3448bis-06, 6.2;
 * take the timestamp for the feedback /after/ dccp_send_ack() returns, to avoid
   taking the transmission time into account (in case layer-2 is busy);
 * clearer handling of failure in ccid3_first_li().

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-09-04 07:45:42 +02:00
..
loss_interval.c dccp tfrc: Return type of update_i_mean is void 2008-09-04 07:45:41 +02:00
loss_interval.h dccp tfrc: Return type of update_i_mean is void 2008-09-04 07:45:41 +02:00
Makefile [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00
packet_history.c dccp ccid-3: Update the computation of X_recv 2008-09-04 07:45:42 +02:00
packet_history.h dccp ccid-3: Update the computation of X_recv 2008-09-04 07:45:42 +02:00
tfrc.c dccp: Toggle debug output without module unloading 2008-09-04 07:45:25 +02:00
tfrc.h dccp tfrc/ccid-3: Computing Loss Rate from Loss Event Rate 2008-09-04 07:45:34 +02:00
tfrc_equation.c dccp tfrc: Suppress unavoidable "below resolution" warning 2008-09-04 07:45:40 +02:00