commit | 184d68b2b0b836587f92887b14baea41033ffeef | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Sat Sep 20 21:21:16 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 20 21:21:16 2008 -0700 |
tree | 8947dbfbff583e7c81d5f206ce8cf5a2abc38b6a | |
parent | f09142eddb75005e41b0af3e5214979d8b534b1d [diff] |
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>