projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5afe7b
)
tcp: remove obsolete validity concern
author
Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi>
Sun, 21 Sep 2008 04:22:17 +0000
(21:22 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 21 Sep 2008 04:22:17 +0000
(21:22 -0700)
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_output.c
b/net/ipv4/tcp_output.c
index 957c4e3d2176b29fb49a5e58bc4d1d2a37e04d56..6f2a3f4a1af308efd9d2530a5215c8a22f290d72 100644
(file)
--- a/
net/ipv4/tcp_output.c
+++ b/
net/ipv4/tcp_output.c
@@
-2087,10
+2087,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