You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: