dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.57k stars 398 forks source link

tcp-fastopen Branch: Update TCP Fast Open implementation #308

Closed oakaigh closed 5 years ago

oakaigh commented 6 years ago

Pseudo client buffer send (empty buffer?) should be avoided since the implementation might be invalid. MSG_FASTOPEN works fine. See here https://github.com/PantherJohn/sniproxy.

oakaigh commented 6 years ago

@dlundquist Any plan for this?