jtl 55bc1e6207 Don't overpromote values when calculating len in tcp_output().
sbavail() returns u_int and sendwin is a uint32_t. Therefore, min() (which
operates on two u_int values) is able to correctly calculate the minimum
of these two arguments.

Reported by:	rrs
MFC after:	1 week
Sponsored by:	Netflix
2017-07-05 16:10:30 +00:00
..
2017-05-23 09:29:05 +00:00
2017-06-30 22:01:18 +00:00
2017-02-28 23:42:47 +00:00
2017-07-01 05:35:29 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-05-23 09:29:05 +00:00
2017-07-05 02:20:03 +00:00
2017-07-01 05:35:29 +00:00
2017-06-08 21:30:34 +00:00
2017-05-09 05:08:47 +00:00
2017-07-01 05:35:29 +00:00