Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57717
b: refs/heads/master
c: 66e1e3b
h: refs/heads/master
i:
  57715: cfa4439
v: v3
  • Loading branch information
David S. Miller committed Jun 13, 2007
1 parent 54cfcbe commit e6c6b48
Show file tree
Hide file tree
Showing 3 changed files with 3 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: af15cc7b858c7653443ab64db2e41b69506450ee
refs/heads/master: 66e1e3b20cbbf99da63e6c1af0fc6d39c2ed099a
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_bic.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static int fast_convergence = 1;
static int max_increment = 16;
static int low_window = 14;
static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */
static int initial_ssthresh = 100;
static int initial_ssthresh;
static int smooth_part = 20;

module_param(fast_convergence, int, 0644);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_cubic.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
static int fast_convergence __read_mostly = 1;
static int max_increment __read_mostly = 16;
static int beta __read_mostly = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */
static int initial_ssthresh __read_mostly = 100;
static int initial_ssthresh __read_mostly;
static int bic_scale __read_mostly = 41;
static int tcp_friendliness __read_mostly = 1;

Expand Down

0 comments on commit e6c6b48

Please sign in to comment.