Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154489
b: refs/heads/master
c: 1ac530b
h: refs/heads/master
i:
  154487: 5bc5feb
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Jun 26, 2009
1 parent d72a2d3 commit a531d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8146bb23ea045fb75c56b4e3b53f0964eed4076
refs/heads/master: 1ac530b3553e0b4dc1e18a32bed57cfa84cd57cb
3 changes: 2 additions & 1 deletion trunk/net/ipv4/tcp_minisocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ tcp_timewait_state_process(struct inet_timewait_sock *tw, struct sk_buff *skb,
goto kill_with_rst;

/* Dup ACK? */
if (!after(TCP_SKB_CB(skb)->end_seq, tcptw->tw_rcv_nxt) ||
if (!th->ack ||
!after(TCP_SKB_CB(skb)->end_seq, tcptw->tw_rcv_nxt) ||
TCP_SKB_CB(skb)->end_seq == TCP_SKB_CB(skb)->seq) {
inet_twsk_put(tw);
return TCP_TW_SUCCESS;
Expand Down

0 comments on commit a531d66

Please sign in to comment.