Home
last modified time | relevance | path

Searched hist:"959 fd992f05b7468bf30d759ac0c9fd0ef0fa80b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/dccp/ccids/lib/
H A Dloss_interval.cdiff 959fd992f05b7468bf30d759ac0c9fd0ef0fa80b Sat Aug 23 06:28:27 CDT 2008 Gerrit Renker <gerrit@erg.abdn.ac.uk> 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>