diff options
author | David S. Miller | 2005-04-25 04:12:33 +0200 |
---|---|---|
committer | David S. Miller | 2005-04-25 04:12:33 +0200 |
commit | d5ac99a648b8c61d0c7f1c32a8ab7f1dca0123d2 (patch) | |
tree | 3811d84e83dab918c57aeca1081ae343cb97df8b /drivers/atm | |
parent | [SLIP]: Remove redundant NULL pointer checks prior to kfree (diff) | |
download | kernel-qcow2-linux-d5ac99a648b8c61d0c7f1c32a8ab7f1dca0123d2.tar.gz kernel-qcow2-linux-d5ac99a648b8c61d0c7f1c32a8ab7f1dca0123d2.tar.xz kernel-qcow2-linux-d5ac99a648b8c61d0c7f1c32a8ab7f1dca0123d2.zip |
[TCP]: skb pcount with MTU discovery
The problem is that when doing MTU discovery, the too-large segments in
the write queue will be calculated as having a pcount of >1. When
tcp_write_xmit() is trying to send, tcp_snd_test() fails the cwnd test
when pcount > cwnd.
The segments are eventually transmitted one at a time by keepalive, but
this can take a long time.
This patch checks if TSO is enabled when setting pcount.
Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions