diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 0bf032839548..f5622b250665 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -4715,8 +4715,6 @@ drop: | |||
4715 | if (!before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt + tcp_receive_window(tp))) | 4715 | if (!before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt + tcp_receive_window(tp))) |
4716 | goto out_of_window; | 4716 | goto out_of_window; |
4717 | 4717 | ||
4718 | tcp_enter_quickack_mode(sk); | ||
4719 | |||
4720 | if (before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) { | 4718 | if (before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) { |
4721 | /* Partial packet, seq < rcv_next < end_seq */ | 4719 | /* Partial packet, seq < rcv_next < end_seq */ |
4722 | SOCK_DEBUG(sk, "partial packet: rcv_next %X seq %X - %X\n", | 4720 | SOCK_DEBUG(sk, "partial packet: rcv_next %X seq %X - %X\n", |