Open alanorth opened 7 years ago
So where has TCP Fast Open been all my life? It reduces the TCP handshake with TLS by one, but is slightly problematic in some edge cases. Linux kernel supports it since ~3.7, and nginx since ~1.5.8. Some docs:
Need to particularly pay attention to generating and persisting a fast open key across reboots.
So where has TCP Fast Open been all my life? It reduces the TCP handshake with TLS by one, but is slightly problematic in some edge cases. Linux kernel supports it since ~3.7, and nginx since ~1.5.8. Some docs:
Need to particularly pay attention to generating and persisting a fast open key across reboots.