Crate stunclient

Source
Expand description

Simple UDP-only STUN client for resolving external IP address:port behind NAT.

Structs§

StunClient
Options for querying STUN server

Enums§

Error
The error type for any StunClient operations

Functions§

just_give_me_the_udp_socket_and_its_external_address
Super-simple function with everything hard coded: just return UdpSocket and its external address in one step May block, may panic, uses public Google STUN server.