TCP Fast Open: expediting web services
TCP Fast Open: expediting web services
Posted Aug 2, 2012 9:42 UTC (Thu) by Los__D (guest, #15263)Parent article: TCP Fast Open: expediting web services
"In the above steps, if the TFO cookie proves not to be valid, then the server TCP discards the data and sends a segment to the client TCP that acknowledges just the SYN. At this point, the TCP conversation falls back to the normal three-way handshake. If the client TCP is authentic (not malicious), then it will (transparently to the application) retransmit the data that it sent in the SYN segment."
Why does the server discard the data? Shouldn't it just return to the old ways, and defer the delivery until the three-way handshake has completed?
