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

TCP Fast Open support #321

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

TCP Fast Open support #321

wants to merge 13 commits into from

Conversation

oakaigh
Copy link

@oakaigh oakaigh commented Jan 21, 2019

@dlundquist Users can enable TCP Fast Open for both listening (server/frontend) and client (backend) sockets by adding one line to the listen section

listen * {
    # ...
    # frontend - fastopen server
    # backend - fastopen client
    # yes - fastopen client and server
    fastopen yes
    # ...
}

@oakaigh
Copy link
Author

oakaigh commented Jan 21, 2019

@dlundquist Please ignore changes in

redhat/* configure.ac

@dlundquist
Copy link
Owner

Note to self: see #294 and #308 for context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants