Christiaan Dirkx 5b84b9a8d8 Constify methods of std::net::SocketAddr, SocketAddrV4 and SocketAddrV6
The following methods are made unstable const under the `const_socketaddr` feature:

`SocketAddr`
 - `ip`
 - `port`
 - `is_ipv4`
 - `is_ipv6`

`SocketAddrV4`
 - `ip`
 - `port`

`SocketAddrV6`
 - `ip`
 - `port`
 - `flowinfo`
 - `scope_id`
2021-02-24 18:18:26 +01:00
..
2021-02-06 13:05:56 +01:00
2021-02-02 05:49:31 +00:00
2020-11-07 16:15:48 +01:00
2020-10-21 20:44:03 -07:00
2021-01-07 09:13:21 +01:00
2021-01-23 11:56:33 -06:00
2021-01-31 11:07:37 +01:00
2021-01-22 18:46:00 +01:00
2020-11-22 17:11:41 -05:00