From 1c3b8998bc6d9d6f78a2bc29ac1f0ba9cffa4fb8 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Fri, 14 Aug 2015 16:01:36 +0200 Subject: ms: Set default CoDel interval to 4s The current default interval is 2s which seems to be too short when the DL TBF has to be established. This may cause freezing or really slow TCP connections. This commit increases the default value to 4s. When the dl-tbf-idle-time is set, DL TBF are established less frequent, so smaller values (like 2s or below) can be used to improve the average latency when the load is high. Sponsored-by: On-Waves ehf --- src/gprs_ms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gprs_ms.cpp b/src/gprs_ms.cpp index 82f17848..b0481f31 100644 --- a/src/gprs_ms.cpp +++ b/src/gprs_ms.cpp @@ -33,7 +33,7 @@ extern "C" { #include } -#define GPRS_CODEL_SLOW_INTERVAL_MS 2000 +#define GPRS_CODEL_SLOW_INTERVAL_MS 4000 extern void *tall_pcu_ctx; -- cgit v1.2.3