From 1a4a1920710bbd7bd2182e85a260f84a56fd50e3 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 1 Nov 2005 15:26:45 -0800 Subject: [PATCH] --- yaml --- r: 12239 b: refs/heads/master c: 450b5b18983cc15f4d27bd3f62901e02281e818b h: refs/heads/master i: 12237: aed4a7077ba0c556c202faa551c8a7d5cf86a0d5 12235: d4c88c6b71e0f158da9eacb6314dddcc187ae599 12231: 531626fef03dc7508cdf6cdbd8020b3633a05d26 12223: c054f345808b894dc2514c992a1c24219f05a043 v: v3 --- [refs] | 2 +- trunk/net/ipv4/tcp_bic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 96a6673ce448..e3020f827625 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8713dbf05754aa777f31bf491cb60a111f7ad828 +refs/heads/master: 450b5b18983cc15f4d27bd3f62901e02281e818b diff --git a/trunk/net/ipv4/tcp_bic.c b/trunk/net/ipv4/tcp_bic.c index 6d80e063c187..ae35e0609047 100644 --- a/trunk/net/ipv4/tcp_bic.c +++ b/trunk/net/ipv4/tcp_bic.c @@ -27,7 +27,7 @@ */ static int fast_convergence = 1; -static int max_increment = 32; +static int max_increment = 16; static int low_window = 14; static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */ static int low_utilization_threshold = 153;