-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NIO: use Posix
"namespace" more aggressively
#1439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, right: this needs some SocketOptionLevel
conversions at all of these usage sites.
Im very confused why I didn't need the conversion :/ |
Convert many more cases of the raw address family constant to the definition in the System version.
@swift-nio-bot test this please |
I think they're only necessary on Linux due to a mismatch in the way the constants are declared and the way they're used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
Convert many more cases of the raw address family constant to the definition in the System version.
Convert many more cases of the raw address family constant to the
definition in the System version.
[One line description of your change]
Motivation:
[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]
Modifications:
[Describe the modifications you've done.]
Result:
[After your change, what will change.]