mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
d134a4fe60
std::net::bind using -1 for openbsd which in turn sets it to somaxconn. trusting platform's SOMAXCONN instead of hardcoding to 128 otherwise.