TCP Fast Open: expediting web services
TCP Fast Open: expediting web services
Posted Aug 1, 2012 21:57 UTC (Wed) by pj (subscriber, #4506)Parent article: TCP Fast Open: expediting web services
Why do clients have to change to using sendto() or sendmsg() ? Couldn't the charter of connect() be changed a little iff TCP_FASTOPEN is set to make it be a bit more 'lazy' so it doesn't actually attempt a connection until something is written to it?
