| Submitter | Ilpo Järvinen |
|---|---|
| Date | Sept. 20, 2008, 5:52 p.m. |
| Message ID | <1221933153-11874-9-git-send-email-ilpo.jarvinen@helsinki.fi> |
| Download | mbox | patch |
| Permalink | /patch/726/ |
| State | Rejected |
| Headers | show |
Comments
Patch
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 2cec9b2..8d4859a 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -2089,10 +2089,6 @@ void tcp_xmit_retransmit_queue(struct sock *sk) if (!tcp_can_forward_retransmit(sk)) return; - /* If nothing is SACKed, highest_sack in the loop won't be valid */ - if (!tp->sacked_out) - return; - if (tp->forward_skb_hint) skb = tp->forward_skb_hint; else
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> --- net/ipv4/tcp_output.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)