rust/library/std/src/net
Dylan DPC c1a5ec7faf
Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simulacrum
Rework Ipv6Addr::is_global to check for global reachability rather than global scope - rebase

Rebasing of pull request #86634 off of master to try and get the feature "ip" stabilized.

I also found a test failure in the rebase that is_global was considering the benchmark space to be globally reachable.

This is related to my other rebasing pull request #99947
2022-08-22 20:34:10 +05:30
..
addr Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
ip Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simulacrum 2022-08-22 20:34:10 +05:30
parser Disallow octal format in Ipv4 string 2021-03-30 10:24:23 +08:00
tcp Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
udp Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
addr.rs Move SocketAddrCRepr to sys_common 2022-07-17 09:48:56 +02:00
ip.rs Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simulacrum 2022-08-22 20:34:10 +05:30
mod.rs Remove ntohs/htons in favor of to_be/from_be 2022-06-23 21:01:58 +02:00
parser.rs Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
tcp.rs Bump std::net::Incoming FusedIterator impl to Rust 1.64 2022-07-02 11:02:54 -07:00
test.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
udp.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00