On Tue, Apr 15, 2008 at 10:08 AM, Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi> wrote:
This is what X_OtherReductionsCM instruments, and that was the only
thing holding back cwnd.
I just looked at the source, and indeed it will be called on every ack
when we are in the disorder state. Limiting cwnd to
packets_in_flight() + 3 here is going to prevent cwnd from growing
when the reordering is greater than 3. Making max_burst at least
tp->reordering should help some, though I'm not sure it's the right
thing to do.
-John
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html