-
Notifications
You must be signed in to change notification settings - Fork 1k
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
linux starting adding sctp support #3095
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
d7305fb
to
6238f17
Compare
@bors r+ |
linux starting adding sctp support
💔 Test failed - checks-actions |
@bors r+ |
linux starting adding sctp support
💔 Test failed - checks-actions |
libc-test/build.rs
Outdated
@@ -3648,6 +3648,7 @@ fn test_linux(target: &str) { | |||
| "IFLA_TSO_MAX_SEGS" // linux v5.18+ | |||
| "IFLA_ALLMULTI" // linux v6.0+ | |||
=> true, | |||
"SCTP_FUTURE_ASSOC" | "SCTP_CURRENT_ASSOC" | "SCTP_ALL_ASSOC" | "SCTP_PEER_ADDR_THLDS_V2" => true, |
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.
nit: Could you mention the Linux version? It helps when we update CI image :)
Great, thank you. @bors r+ |
linux starting adding sctp support
💔 Test failed - checks-actions |
f566c62
to
548e23b
Compare
548e23b
to
eba949d
Compare
@bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
No description provided.