Created TCP Fast Open (markdown)
parent
848abdd3a4
commit
a6697bb9ea
1 changed files with 8 additions and 0 deletions
8
TCP-Fast-Open.md
Normal file
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.
|
Loading…
Add table
Add a link
Reference in a new issue