-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Add OSSockOpt constants added by Linux 5.1 kernel #3515
Conversation
@slfritchie can you give the PR a more CHANGELOG friendly name? |
Is the changelog bot back in use? (Sorry, I ought to know the answer but don't.) Also, what's up with x86-64-unknown-linux-musl ? |
@slfritchie known issue. i'm working on fixing it. clang is missing a dependency. we just switched to clang as our CI c compiler from gcc. |
@slfritchie if you rebase against master, you'll be good. |
@slfritchie is this a FIXED or an ADDED? Seems more like an ADDED. |
@J0WI can you try building master from source and let us know if you have an issue with it? |
The switch to
edge uses Linux 5.4 while 3.11 uses Linux 4.19. Make sure to use LLVM 9, I had other issues with version 10. You can find the current workaround here. |
Add SO_RCVTIMEO_OLD, SO_RCVTIMEO_NEW, SO_SNDTIMEO_OLD, & SO_SNDTIMEO_NEW, which were added to the Linux kernel 5.1, see #3498.
Fixes #3498
Using this test program:
... I get the following output on an Ubuntu 19.10 x86-64 VM with a Linux 5.3.0-46-generic kernel.