|
@@ -29,7 +29,7 @@ static int fast_convergence = 1;
|
|
static int max_increment = 16;
|
|
static int max_increment = 16;
|
|
static int low_window = 14;
|
|
static int low_window = 14;
|
|
static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */
|
|
static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */
|
|
-static int initial_ssthresh = 100;
|
|
|
|
|
|
+static int initial_ssthresh;
|
|
static int smooth_part = 20;
|
|
static int smooth_part = 20;
|
|
|
|
|
|
module_param(fast_convergence, int, 0644);
|
|
module_param(fast_convergence, int, 0644);
|