mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-08-27 04:37:35 +00:00
96933d6230090df9d73bf98fe736f6359f97a4d9
Two of the three entries sat on one host, so they failed together - in the same millisecond, on a peer whose route to that host was down. Spend the slots on separate networks instead: two anycast, two unicast, and a :443 for the networks that pass no other UDP port. The note about reading NAT type off two ports of one address goes with them - webrtc-ice queries each URL from its own socket, so that comparison never held, and nothing consumes the result. `stun_servers()` hands the STUN half out, so the IPv6 probe can stop keeping a second hand-written copy and an operator's OPTION_ICE_SERVERS override reaches both paths. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019UzcMTdYTEv2QbMHcTSUy3
Description
No description provided
Languages
Rust
100%