Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167540
b: refs/heads/master
c: 6d01a02
h: refs/heads/master
v: v3
  • Loading branch information
Willy Tarreau authored and David S. Miller committed Oct 13, 2009
1 parent 256c92d commit d2d0d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3eef534c50ad39654e247f88dc01e6a3f76b6b4
refs/heads/master: 6d01a026b7d3009a418326bdcf313503a314f1ea
1 change: 1 addition & 0 deletions trunk/net/ipv4/tcp_minisocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
/* If TCP_DEFER_ACCEPT is set, drop bare ACK. */
if (inet_csk(sk)->icsk_accept_queue.rskq_defer_accept &&
TCP_SKB_CB(skb)->end_seq == tcp_rsk(req)->rcv_isn + 1) {
inet_csk(sk)->icsk_accept_queue.rskq_defer_accept--;
inet_rsk(req)->acked = 1;
return NULL;
}
Expand Down

0 comments on commit d2d0d14

Please sign in to comment.