mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
ebd0151c81
On FreeBSD 15, the error code returned in this situation changed. It's now ENETUNREACH. I think that error code is reasonable, and it's documented for connect(2), so we should expect that it might be returned.