linux/net/dccp/ccids
Gerrit Renker 793734b587 dccp ccid-3: replace incorrect BUG_ON
This replaces an unjustified BUG_ON(), which could get triggered under normal
conditions: X_calc can be 0 when p > 0. X would in this case be set to the
minimum, s/t_mbi. Its replacement avoids t_ipi = 0 (unbounded sending rate).

Thanks to Jordi, Victor and Xavier who reported this.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.uk>
2012-03-03 09:02:36 -07:00
..
lib module_param: make bool parameters really bool (net & drivers/net) 2011-12-19 22:27:29 -05:00
Kconfig
ccid2.c module_param: make bool parameters really bool (net & drivers/net) 2011-12-19 22:27:29 -05:00
ccid2.h dccp ccid-2: prevent cwnd > Sequence Window 2011-08-01 07:52:35 -06:00
ccid3.c dccp ccid-3: replace incorrect BUG_ON 2012-03-03 09:02:36 -07:00
ccid3.h