Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9479
b: refs/heads/master
c: 09e9ec8
h: refs/heads/master
i:
  9477: 862726c
  9475: 9a81e0e
  9471: 4661b39
v: v3
  • Loading branch information
Alexey Kuznetsov authored and David S. Miller committed Sep 30, 2005
1 parent 42b07b2 commit aea9be6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 01ff367e62f0474e4d39aa5812cbe2a30d96e1e9
refs/heads/master: 09e9ec87111ba818d8171262b15ba4c357eb1d27
2 changes: 0 additions & 2 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ static void tcp_clamp_window(struct sock *sk, struct tcp_sock *tp)
app_win -= icsk->icsk_ack.rcv_mss;
app_win = max(app_win, 2U*tp->advmss);

if (!ofo_win)
tp->window_clamp = min(tp->window_clamp, app_win);
tp->rcv_ssthresh = min(tp->window_clamp, 2U*tp->advmss);
}
}
Expand Down

0 comments on commit aea9be6

Please sign in to comment.