K 10 svn:author V 3 jtl K 8 svn:date V 27 2017-07-05T16:10:30.393414Z K 7 svn:log V 294 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 END