Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect: add support for new TCP Fast Open API on Linux #2056

Closed
wants to merge 1 commit into from
Closed

connect: add support for new TCP Fast Open API on Linux #2056

wants to merge 1 commit into from

Commits on Nov 23, 2017

  1. connect: add support for new TCP Fast Open API on Linux

    The new API added in Linux 4.11 only requires setting a socket option
    before connecting, without the whole sento() machinery.
    
    Notably, this makes it possible to use TFO with SSL connections on Linux
    as well, without the need to mess around with OpenSSL (or whatever other
    SSL library) internals.
    ghedo committed Nov 23, 2017
    Copy the full SHA
    f4ee56d View commit details
    Browse the repository at this point in the history