From 9011fd5967411a9e93e6fe10570acf73583fcce8 Mon Sep 17 00:00:00 2001 From: albusshin Date: Fri, 31 Oct 2014 06:42:57 -0700 Subject: [PATCH] =?UTF-8?q?service=20=E5=91=BD=E4=BB=A4=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 优化-Shadowsocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/优化-Shadowsocks.md b/优化-Shadowsocks.md index dc40b88..5191038 100644 --- a/优化-Shadowsocks.md +++ b/优化-Shadowsocks.md @@ -36,7 +36,7 @@ net.ipv4.tcp_congestion_control = hybla 注意:**不要开启 `net.ipv4.tcp_tw_recycle`!!!**[看这个文章](http://vincent.bernat.im/en/blog/2014-tcp-time-wait-state-linux.html)。 -如果你在使用 [Supervisor](https://github.com/clowwindy/shadowsocks/wiki/Configure-Shadowsocks-with-Supervisor) 的话,请确保 `/etc/default/supervisor` 文件中有下面这一行。添加这一行之后,请重启 Supervisor(`service stop supervisor && service start supervisor`) +如果你在使用 [Supervisor](https://github.com/clowwindy/shadowsocks/wiki/Configure-Shadowsocks-with-Supervisor) 的话,请确保 `/etc/default/supervisor` 文件中有下面这一行。添加这一行之后,请重启 Supervisor(`service supervisor stop && service supervisor start`) ``` ulimit -n 51200