提交 34638570 编写于 作者: I Ilpo Järvinen 提交者: David S. Miller

tcp: remove obsolete validity concern

Signed-off-by: NIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b5afe7bc
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册