What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Google TCP Fast Open

christer12

New Around Here
Do this router has support for Google TCP Fast Open? :D
In "normal" Linux can turn on support by:

echo "1"> /proc/sys/net/ipv4/tcp_fastopen

TFO is enabled for client operations by setting bit 0 (with a value of "1"). Bit 1 (value "2") enables TFO for server operations; setting both bits (with a value of "3") enables both modes.

TCP Fast Open would decrease HTTP transaction network latency by 15%and whole-page load time over 10% on average, and in some cases up to 40%.
 
Do this router has support for Google TCP Fast Open? :D
In "normal" Linux can turn on support by:

echo "1"> /proc/sys/net/ipv4/tcp_fastopen

TFO is enabled for client operations by setting bit 0 (with a value of "1"). Bit 1 (value "2") enables TFO for server operations; setting both bits (with a value of "3") enables both modes.

TCP Fast Open would decrease HTTP transaction network latency by 15%and whole-page load time over 10% on average, and in some cases up to 40%.

That won't help. The connection isn't open by the router, but by your PC connecting to the website.
 
That won't help. The connection isn't open by the router, but by your PC connecting to the website.
Sorry for bumping this old thread.

I have a process running on the router which I'd like to utilise TCP fast open. In theory kernel after 3.16 should be able to support it, so is there any way for anything after AC86U to enable this option?

----

I'm stupid. It's hidden...
Please ignore...
 
Last edited:
Code:
admin@RT-AX86U:/# ls -l /proc/sys/net/ipv4/tcp_fastopen
-rw-r--r--    1 admin    root             0 Sep 24 12:20 /proc/sys/net/ipv4/tcp_fastopen
admin@RT-AX86U:/# cat /proc/sys/net/ipv4/tcp_fastopen
1
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top