Hacker News new | ask | show | jobs
by caf 4290 days ago
Linux does support this for "TCP Fast Open" - the system call used is sendto() or sendmsg() with the MSG_FASTOPEN flag set, in place of the usual connect().