Created TCP Fast Open (markdown)

clowwindy 2014-05-01 23:08:47 -07:00
parent 848abdd3a4
commit a6697bb9ea

8
TCP-Fast-Open.md Normal file

@ -0,0 +1,8 @@
If both of your server and client are deployed on Linux 3.7+, you can turn on
fast_open for lower latency.
Turn on fast open:
echo 3 > /proc/sys/net/ipv4/tcp_fastopen
Then set fast_open to true in your config.json.