TCP Fast Open: expediting web services
TCP Fast Open: expediting web services
Posted Aug 8, 2012 14:45 UTC (Wed) by kevinm (guest, #69913)In reply to: TCP Fast Open: expediting web services by pj
Parent article: TCP Fast Open: expediting web services
...and you could request fastopen by setting TCP_CORK before connect(); write(); then uncorking.