Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327427
b: refs/heads/master
c: 1b3a692
h: refs/heads/master
i:
  327425: 9365869
  327423: 5186ad1
v: v3
  • Loading branch information
Razvan Ghitulete authored and David S. Miller committed Aug 15, 2012
1 parent e6b8e9a commit ebb0cd6
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: 65e0736bc2ac314bd374e93c24dd0698ac5ee66d
refs/heads/master: 1b3a6926fc3430116c97c333f7cf901b86779008
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -5744,7 +5744,7 @@ static int tcp_rcv_synsent_state_process(struct sock *sk, struct sk_buff *skb,

TCP_ECN_rcv_synack(tp, th);

tp->snd_wl1 = TCP_SKB_CB(skb)->seq;
tcp_init_wl(tp, TCP_SKB_CB(skb)->seq);
tcp_ack(sk, skb, FLAG_SLOWPATH);

/* Ok.. it's good. Set up sequence numbers and
Expand All @@ -5757,7 +5757,6 @@ static int tcp_rcv_synsent_state_process(struct sock *sk, struct sk_buff *skb,
* never scaled.
*/
tp->snd_wnd = ntohs(th->window);
tcp_init_wl(tp, TCP_SKB_CB(skb)->seq);

if (!tp->rx_opt.wscale_ok) {
tp->rx_opt.snd_wscale = tp->rx_opt.rcv_wscale = 0;
Expand Down

0 comments on commit ebb0cd6

Please sign in to comment.