TCP Fast Open: expediting web services
TCP Fast Open: expediting web services
Posted Aug 2, 2012 15:19 UTC (Thu) by epa (subscriber, #39769)In reply to: TCP Fast Open: expediting web services by alankila
Parent article: TCP Fast Open: expediting web services
Yes, I was confusing idempotent (makes no difference whether requested once, or many times) with stateless (makes no difference whether requested zero, one, or many times). Ideally GET requests would be not merely idempotent but stateless, which is a stronger property. But that is not needed for TFO.
