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...