From ac42c55245b94b54790d66f05c93ca31ff7f94e5 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 27 Dec 2014 07:38:49 -0800 Subject: [PATCH] Updated TCP Fast Open (markdown) --- TCP-Fast-Open.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TCP-Fast-Open.md b/TCP-Fast-Open.md index 5b969e0..73691fe 100644 --- a/TCP-Fast-Open.md +++ b/TCP-Fast-Open.md @@ -7,6 +7,6 @@ Then turn on fast open on your OS temporarily: echo 3 > /proc/sys/net/ipv4/tcp_fastopen -To turn on fast open permanently, see [Optimizing Shadowsocks](https://github.com/clowwindy/shadowsocks/wiki/Optimizing-Shadowsocks). +To turn on fast open permanently, see [Optimizing Shadowsocks](https://github.com/shadowsocks/shadowsocks/wiki/Optimizing-Shadowsocks). -Notice: only [some versions](https://github.com/clowwindy/shadowsocks/wiki/Feature-Comparison-across-Different-Versions) support this feature. \ No newline at end of file +Notice: only [some versions](https://github.com/shadowsocks/shadowsocks/wiki/Feature-Comparison-across-Different-Versions) support this feature. \ No newline at end of file