Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349639
b: refs/heads/master
c: 66555e9
h: refs/heads/master
i:
  349637: cacc549
  349635: 797f5cd
  349631: 1dc92fb
v: v3
  • Loading branch information
Yuchung Cheng authored and David S. Miller committed Jan 31, 2013
1 parent a90ad82 commit 12f79b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 700163db3de397a7557831e1eb9b8ce60e55590a
refs/heads/master: 66555e92fb7a619188c02cceae4bbc414f15f96d
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -5649,8 +5649,7 @@ static bool tcp_rcv_fastopen_synack(struct sock *sk, struct sk_buff *synack,
* the remote receives only the retransmitted (regular) SYNs: either
* the original SYN-data or the corresponding SYN-ACK is lost.
*/
syn_drop = (cookie->len <= 0 && data &&
inet_csk(sk)->icsk_retransmits);
syn_drop = (cookie->len <= 0 && data && tp->total_retrans);

tcp_fastopen_cache_set(sk, mss, cookie, syn_drop);

Expand Down

0 comments on commit 12f79b7

Please sign in to comment.