Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328021
b: refs/heads/master
c: 4308fc5
h: refs/heads/master
i:
  328019: 4163565
v: v3
  • Loading branch information
Alan Cox authored and David S. Miller committed Sep 20, 2012
1 parent 0c8bfe8 commit 2e7e053
Show file tree
Hide file tree
Showing 2 changed files with 5 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: bb68b64724a4fd6b93d83b39aeffa4aadb2562fc
refs/heads/master: 4308fc58dceda40fac8a8d9c05b7cfba0a6bbed3
4 changes: 4 additions & 0 deletions trunk/net/ipv4/tcp_minisocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ static bool tcp_in_window(u32 seq, u32 end_seq, u32 s_win, u32 e_win)
* spinlock it. I do not want! Well, probability of misbehaviour
* is ridiculously low and, seems, we could use some mb() tricks
* to avoid misread sequence numbers, states etc. --ANK
*
* We don't need to initialize tmp_out.sack_ok as we don't use the results
*/
enum tcp_tw_status
tcp_timewait_state_process(struct inet_timewait_sock *tw, struct sk_buff *skb,
Expand Down Expand Up @@ -522,6 +524,8 @@ EXPORT_SYMBOL(tcp_create_openreq_child);
*
* XXX (TFO) - The current impl contains a special check for ack
* validation and inside tcp_v4_reqsk_send_ack(). Can we do better?
*
* We don't need to initialize tmp_opt.sack_ok as we don't use the results
*/

struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
Expand Down

0 comments on commit 2e7e053

Please sign in to comment.