What's new

Google TCP Fast Open

  • 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!

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.
 

Similar threads

Sign Up For SNBForums Daily Digest

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