tcp: No need to clear retransmit_skb_hint when SACKing
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sun, 21 Sep 2008 04:21:16 +0000 (21:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Sep 2008 04:21:16 +0000 (21:21 -0700)
commit184d68b2b0b836587f92887b14baea41033ffeef
tree8947dbfbff583e7c81d5f206ce8cf5a2abc38b6a
parentf09142eddb75005e41b0af3e5214979d8b534b1d
tcp: No need to clear retransmit_skb_hint when SACKing

Because lost counter no longer requires tuning, this is
trivial to remove (the tuning wouldn't have been too
hard either) because no "new" retransmittable skb appeared
below retransmit_skb_hint when SACKing for sure.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c