linux/net/dccp/ccids/lib
Gerrit Renker 959fd992f0 dccp ccid-3: Replace lazy BUG_ON with condition
The BUG_ON(w_tot == 0) only holds if there is no more than 1 loss interval in
the loss history. If there is only a single loss interval, the calc_i_mean()
routine need in fact not be called (RFC 3448, 6.3.1). 

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-09-04 07:45:25 +02:00
..
loss_interval.c dccp ccid-3: Replace lazy BUG_ON with condition 2008-09-04 07:45:25 +02:00
loss_interval.h
Makefile
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_equation.c
tfrc.c dccp: Toggle debug output without module unloading 2008-09-04 07:45:25 +02:00
tfrc.h dccp ccid-3: X truncated due to type conversion 2008-06-11 11:19:10 +01:00