connector-v0.3.0
·
8 commits
to main
since this release
Works on networks that give it no UDP at all, and rides a WebRTC stack that was rewritten underneath it. - TURN over TCP/TLS: a wallet interaction now completes without opening a single UDP socket. Verified against a real wallet -- proof returned and verified in 21.9s over two outbound TCP/443 connections and nothing else. No other Rust crate does this: webrtc-ice leaves TCP and TURNS an unimplemented TODO, and webrtc 0.20 discards such URLs with a warning. - webrtc 0.11 -> 0.20, which is a different library rather than a newer one. - probe_relay_candidates, to tell a misconfigured relay from an unreachable one without involving a wallet.