| Submitter | Ilpo Järvinen |
|---|---|
| Date | Feb. 18, 2009, 5:50 p.m. |
| Message ID | <Pine.LNX.4.64.0902181937470.31742@wrl-59.cs.helsinki.fi> |
| Download | mbox | patch |
| Permalink | /patch/23347/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: "Ilpo Järvinen" <ilpo.jarvinen@helsinki.fi> Date: Wed, 18 Feb 2009 19:50:20 +0200 (EET) > This is obsolete since the passes got combined. > > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Applied, thanks Ilpo. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index dda42f0..da2c3b8 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -2023,7 +2023,6 @@ void tcp_xmit_retransmit_queue(struct sock *sk) last_lost = tp->snd_una; } - /* First pass: retransmit lost packets. */ tcp_for_write_queue_from(skb, sk) { __u8 sacked = TCP_SKB_CB(skb)->sacked;
This is obsolete since the passes got combined. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> --- net/ipv4/tcp_output.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)