Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33447
b: refs/heads/master
c: 316c159
h: refs/heads/master
i:
  33445: 22781fa
  33443: 03f0262
  33439: f15562b
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Aug 22, 2006
1 parent cfd7a5e commit 0618b3c
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: e0b7cde9975e17a61b4511c7822803dfb7210011
refs/heads/master: 316c1592bea94ead75301cb764523661fbbcc1ca
1 change: 1 addition & 0 deletions trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ void tcp_select_initial_window(int __space, __u32 mss,
* See RFC1323 for an explanation of the limit to 14
*/
space = max_t(u32, sysctl_tcp_rmem[2], sysctl_rmem_max);
space = min_t(u32, space, *window_clamp);
while (space > 65535 && (*rcv_wscale) < 14) {
space >>= 1;
(*rcv_wscale)++;
Expand Down

0 comments on commit 0618b3c

Please sign in to comment.