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

Missing TCP_FASTOPEN #856

Open
zonyitoo opened this issue Jan 1, 2020 · 0 comments · May be fixed by #1007
Open

Missing TCP_FASTOPEN #856

zonyitoo opened this issue Jan 1, 2020 · 0 comments · May be fixed by #1007
Labels
missing api A request for a missing API

Comments

@zonyitoo
Copy link

zonyitoo commented Jan 1, 2020

Starting from Windows 10, IPPROTO_TCP supported option TCP_FASTOPEN.

Doc: https://docs.microsoft.com/en-us/windows/win32/winsock/ipproto-tcp-socket-options

Macro is defined in ws2ipdef.h

#define TCP_FASTOPEN             15
@retep998 retep998 added the missing api A request for a missing API label Jan 1, 2020
zonyitoo added a commit to zonyitoo/winapi-rs that referenced this issue Oct 23, 2021
@zonyitoo zonyitoo linked a pull request Oct 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing api A request for a missing API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants