Hacker News new | ask | show | jobs
by r1ch 3996 days ago
Unfortunately this would break TCP Fast Open, which transmits data with the initial SYN.
2 comments

I can tell you that almost no one uses TCP Fast Open. It's a draft RFC that violates other RFCs. Google has given up on it in favor of QUIC. You should give up on it, too. It's not going to happen. It's a bad idea cooked up by ivory tower researchers who have never run a network.
Would a client that supports TCP Fast Open then fallback to the standard 3-way handshake once it's SYNs timed out?