summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorIlpo Järvinen2008-09-21 06:25:52 +0200
committerDavid S. Miller2008-09-21 06:25:52 +0200
commit90638a04ad8484b6b6c567656fb3f6d0689e23da (patch)
tree87a14ffe430d4663ec4df268459c78d07a4e75a2 /net/ipv4/tcp_output.c
parenttcp: don't clear retransmit_skb_hint when not necessary (diff)
downloadkernel-qcow2-linux-90638a04ad8484b6b6c567656fb3f6d0689e23da.tar.gz
kernel-qcow2-linux-90638a04ad8484b6b6c567656fb3f6d0689e23da.tar.xz
kernel-qcow2-linux-90638a04ad8484b6b6c567656fb3f6d0689e23da.zip
tcp: don't clear lost_skb_hint when not necessary
Most importantly avoid doing it with cumulative ACK. However, since we have lost_cnt_hint in the picture as well needing adjustments, it's not as trivial as dealing with retransmit_skb_hint (and cannot be done in the all place we could trivially leave retransmit_skb_hint untouched). With the previous patch, this should mostly remove O(n^2) behavior while cumulative ACKs start flowing once rexmit after a lossy round-trip made it through. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions