Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1970
b: refs/heads/master
c: e762648
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and David S. Miller committed Jun 13, 2005
1 parent a22bbf6 commit 8c9735e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 03722adce90a248d0bea77d390decbd05991e2d2
refs/heads/master: e7626486c3c4ce456b11a7944edf164ef76fc599
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ void __init tcp_init(void)
(tcp_bhash_size * sizeof(struct tcp_bind_hashbucket));
order++)
;
if (order > 4) {
if (order >= 4) {
sysctl_local_port_range[0] = 32768;
sysctl_local_port_range[1] = 61000;
sysctl_tcp_max_tw_buckets = 180000;
Expand Down

0 comments on commit 8c9735e

Please sign in to comment.