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)
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>

No differences found