Closed
Description
It looks like we're assuming that std::net::Ipv4
matches the libc sockaddr_in
(same for IPv6), for example in https://github.com/quinn-rs/quinn/blob/main/quinn/src/platform/unix.rs#L357. However, the standard library never guaranteed this, and in fact is looking at changing this in rust-lang/rust#78802. We should fix our usage.