rust/library/std/src/net
Jieyou Xu 9e345fd3ed tests(std/net): remove outdated base_port calculation
This was never modified since `std::net` was originally introduced, when
each CI job was running multiple jobs concurrently which caused issues
with fighting over the same ports. This is not the case in the current
CI infrastructure, so remove this relic.
2025-02-06 18:51:54 +08:00
..
ip_addr Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
socket_addr Fix SocketAddrV6: Display tests 2023-06-14 15:21:15 -04:00
tcp Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
udp Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
ip_addr.rs Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
mod.rs std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
socket_addr.rs std: move network code into sys 2025-02-02 19:12:06 +01:00
tcp.rs std: move network code into sys 2025-02-02 19:12:06 +01:00
test.rs tests(std/net): remove outdated base_port calculation 2025-02-06 18:51:54 +08:00
udp.rs std: move network code into sys 2025-02-02 19:12:06 +01:00