Expand description
Deal with NAT traversal using STUN.
Structs§
- Datagram
- Represents an UDP datagram, containing a TCP stream keeping the SOCKS proxy alive and an UDP socket sending and receiving data.
- NatTest
Result - Represents the result of a NAT test.
- Socket
- Represents an UDP socket.
Enums§
- NatType
- Enumeration of NAT types.
Traits§
- RW
- Represents an socket which can send data to and receive data from a certain address.
Functions§
- nat_
test - Executes a NAT test.
- stun_
test_ 1 - Executes a STUN test I.
- stun_
test_ 2 - Executes a STUN test II.
- stun_
test_ 3 - Executes a STUN test III.