-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Socket options #23517
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
Socket options #23517
Conversation
… options. This is probably more broadly applicable than these two platforms (since it's part of the bsd4.4 standard) but that's outside my problem domain today. If this goes well, I may submit Linux/64 support in a separate PR. Reviewers should take a look at http://www.opensource.apple.com/source/xnu/xnu-792.17.14/bsd/sys/socket.h?txt which defines constants for OSX. iOS uses the same header. I release this patch under the MIT license.
@bors: r+ Thanks! (verified windows/osx/linux) |
📌 Commit 6f09dfc has been approved by |
⌛ Testing commit 6f09dfc with merge 01cd643... |
💔 Test failed - auto-linux-32-nopt-t |
@bors: retry On Fri, Mar 20, 2015 at 10:25 PM, bors [email protected] wrote:
|
⌛ Testing commit 6f09dfc with merge 4db242f... |
Continuation of #23380 - added corresponding constants for Windows, Linux, *BSDs r? @alexcrichton Alex, can you also cc to a person who can check correctness for Windows as I'm not that confident in header file I've downloaded.
💔 Test failed - auto-win-32-nopt-t |
@bors: retry |
⚡ Previous build results for auto-mac-64-nopt-t, auto-mac-64-opt are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-mac-32-opt, auto-win-32-nopt-t, auto-win-32-opt, auto-win-64-nopt-t, auto-win-64-opt... |
@bors force |
@bors: force |
💔 Test failed - auto-mac-32-opt |
@bors: retry On Sat, Mar 21, 2015 at 3:59 PM, bors [email protected] wrote:
|
⌛ Testing commit 6f09dfc with merge 80d8538... |
💔 Test failed - auto-mac-64-nopt-t |
@bors: retry On Sun, Mar 22, 2015 at 3:50 PM, bors [email protected] wrote:
|
Continuation of rust-lang#23380 - added corresponding constants for Windows, Linux, *BSDs r? @alexcrichton Alex, can you also cc to a person who can check correctness for Windows as I'm not that confident in header file I've downloaded.
Continuation of #23380 - added corresponding constants for Windows, Linux, *BSDs
r? @alexcrichton
Alex, can you also cc to a person who can check correctness for Windows as I'm not that confident in header file I've downloaded.