From a5fe7bf43a3630923d9925b47b4b2ec527552bb2 Mon Sep 17 00:00:00 2001 From: mengskysama Date: Thu, 2 Oct 2014 12:17:34 -0700 Subject: [PATCH] about hybla & cubic --- Optimizing-Shadowsocks.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Optimizing-Shadowsocks.md b/Optimizing-Shadowsocks.md index b525c17..c3a7873 100644 --- a/Optimizing-Shadowsocks.md +++ b/Optimizing-Shadowsocks.md @@ -61,4 +61,15 @@ reduce the size of rmem and wmem. Before & after: -![cc](https://cloud.githubusercontent.com/assets/1073082/3296349/10c34b04-f5d9-11e3-95fc-e38f5299c274.jpg) \ No newline at end of file +![cc](https://cloud.githubusercontent.com/assets/1073082/3296349/10c34b04-f5d9-11e3-95fc-e38f5299c274.jpg) + + +**NOTICE** + +Hybla may not be suitable for low-latency network. cubic is probably a better choice for you. + +you You must select `net.ipv4.tcp_congestion_control = hybla` or `net.ipv4.tcp_congestion_control = cubic` based on test. + +Eg. + +![cubic](https://raw.githubusercontent.com/mengskysama/wiki/master/sad.png) \ No newline at end of file