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

NIOCore: adjust the BSDSocketAPI for Windows #2164

Merged
merged 3 commits into from
Jun 7, 2022
Merged

Conversation

compnerd
Copy link
Contributor

@compnerd compnerd commented Jun 6, 2022

Windows does not provide a definition for socklen_t. Create an
internal typealias for it to provide source stability to the internal
interfaces.

Windows does not provide a definition for `socklen_t`.  Create an
internal typealias for it to provide source stability to the internal
interfaces.
@compnerd
Copy link
Contributor Author

compnerd commented Jun 6, 2022

I don't see how this could possibly change the behaviour on non-Windows. Could be a flake?

@glbrntt
Copy link
Contributor

glbrntt commented Jun 7, 2022

The failure was one of the integration tests (test_01_syscall_wrapper_fast.sh) which often fails when the worker is overloaded.

@Lukasa Lukasa added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Jun 7, 2022
@Lukasa Lukasa enabled auto-merge (squash) June 7, 2022 13:25
@Lukasa Lukasa merged commit fae6522 into apple:main Jun 7, 2022
@compnerd compnerd deleted the socklen_t branch June 7, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants