Derive `Ord`, `PartialOrd` and `Hash` for `SocketAddr*` Fixes #116711 The main pain of this PR is to fix the buggy impl of `Ord` for `SocketAddrV6`, which ignored half of the fields (while `PartialEq` is derived): |
||
|---|---|---|
| .. | ||
| display_buffer.rs | ||
| ip_addr.rs | ||
| mod.rs | ||
| parser.rs | ||
| socket_addr.rs | ||