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

fix tcp-fastopen in osx #1065

Merged
merged 2 commits into from Sep 7, 2016
Merged

fix tcp-fastopen in osx #1065

merged 2 commits into from Sep 7, 2016

Conversation

i110
Copy link
Contributor

@i110 i110 commented Sep 6, 2016

Fixed the issue mentioned in #635.
To get TCP Fast Open works in OS X,

  • setsockopt must be called while the socket is listening
  • option_value for setsockoptmust be 1

@kazuho kazuho merged commit 5517467 into h2o:master Sep 7, 2016
@kazuho
Copy link
Member

kazuho commented Sep 7, 2016

Thank you for the fix!

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.

None yet

2 participants