nix
nix copied to clipboard
Extend type of service/traffic class socket options
This looks good, but would it be possible to add a test?
Added tests and rebased on master. The Linux aarch64 failure seems to be a transient network error.
Hi, sorry for the late reply.
Something at Nix has changed so that this PR needs an update:
-
We switched to a new mode for adding changelogs to avoid conflicts, please see CONTRIBUTING.md on how to do it
-
Now we prefer cfg alias to avoid big cfg chunks, please see CONVENTIONS.md
For example, the following code can be simplified to:
#[cfg(any( target_os = "android", target_os = "freebsd", target_os = "ios", target_os = "linux", target_os = "macos", target_os = "netbsd", target_os = "openbsd", ))]#[cfg(any(linux_android, netbsdlike, target_os = "freebsd", target_os = "ios", target_os = "macos"))]
Thanks for reviewing. Changes applied.