[TCP]: Never TSO defer under periods of congestion.
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:43:58 +0000 (15:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:43:58 +0000 (15:43 -0700)
Congestion window recover after loss depends upon the fact
that if we have a full MSS sized frame at the head of the
send queue, we will send it.  TSO deferral can defeat the
ACK clocking necessary to exit cleanly from recovery.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found