nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.63k stars 661 forks source link

sys::socket: adding freebsd's ReusePortLb constant. #2332

Closed devnexen closed 6 months ago

devnexen commented 6 months ago

Allows to use SO_REUSEPORT_LB so incoming connections can be distributed to bound (up to 256) sockets in a Load-Balanced fashion.

SteveLauC commented 6 months ago

CI / tier3 (x86_64-unknown-dragonfly) (pull_request)

This Ci failure is not related to this PR