lstewart 9e1a6406b6 Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"
logic (refer to [1] for associated discussion). snd_cwnd and snd_wnd are
unsigned long and on 64 bit hosts, min() will truncate them to 32 bits and could
therefore potentially corrupt the result (although under normal operation,
neither variable should legitmately exceed 32 bits).

[1] http://lists.freebsd.org/pipermail/freebsd-net/2013-January/034297.html

Submitted by:	jhb
MFC after:	1 week
2013-01-22 09:44:21 +00:00
..
2013-01-22 04:14:27 +00:00
2013-01-16 22:59:50 +00:00
2012-10-10 08:36:38 +00:00
2012-11-01 04:07:08 +00:00
2013-01-19 01:18:22 +00:00
2012-12-28 09:19:49 +00:00
2013-01-17 19:03:24 +00:00
2012-10-10 08:36:38 +00:00
2013-01-16 01:30:46 +00:00
2013-01-03 23:12:08 +00:00