From a6697bb9eabce3ea75625c2f23c2f748c5b4e10b Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 1 May 2014 23:08:47 -0700 Subject: [PATCH] Created TCP Fast Open (markdown) --- TCP-Fast-Open.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TCP-Fast-Open.md diff --git a/TCP-Fast-Open.md b/TCP-Fast-Open.md new file mode 100644 index 0000000..a1cc167 --- /dev/null +++ b/TCP-Fast-Open.md @@ -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. \ No newline at end of file