Skip to content
Commit dd9e0dda authored by John Heffner's avatar John Heffner Committed by David S. Miller
Browse files

[TCP]: Increase the max_burst threshold from 3 to tp->reordering.



This change is necessary to allow cwnd to grow during persistent
reordering.  Cwnd moderation is applied when in the disorder state
and an ack that fills the hole comes in.  If the hole was greater
than 3 packets, but less than tp->reordering, cwnd will shrink when
it should not have.

Signed-off-by: default avatarJohn Heffner <jheffner@napa.(none)>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d0498d9a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment