Files
btest-rs/src
Siavash Sameni 0385d2e745
All checks were successful
CI / test (push) Successful in 1m23s
Fix IPv6 UDP: use SocketAddr::new() and bind correct address family
format!("{}:{}", ipv6_addr, port) produces invalid socket address.
Use SocketAddr::new() instead. Also bind UDP to [::] for IPv6 peers
and 0.0.0.0 for IPv4 peers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 18:31:22 +04:00
..
2026-03-31 18:28:48 +04:00