We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If both of your server and client are deployed on Linux 3.7+, you can turn on fast_open for lower latency.
First set fast_open to true in your config.json.
fast_open
true
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.
Notice: only some versions support this feature.