Updated TCP Fast Open (markdown)
parent
fe174b933f
commit
10b2705d40
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
If both of your server and client are deployed on Linux 3.7+, you can turn on
|
If both of your server and client are deployed on Linux 3.7+, you can turn on
|
||||||
fast_open for lower latency.
|
fast_open for lower latency.
|
||||||
|
|
||||||
Turn on fast open on your OS temporarily:
|
First set `fast_open` to `true` in your config.json.
|
||||||
|
|
||||||
|
Then turn on fast open on your OS temporarily:
|
||||||
|
|
||||||
echo 3 > /proc/sys/net/ipv4/tcp_fastopen
|
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/clowwindy/shadowsocks/wiki/Optimizing-Shadowsocks).
|
||||||
|
|
||||||
Then set `fast_open` to `true` in your config.json.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue