Expand description
UDP/TCP over IPv4/IPv6, as a candidate’s transport. Candidate transports: UDP or TCP, over IPv4 or IPv6.
A NetworkType pairs the transport protocol with the address family, because ICE treats
them together: a candidate’s type constrains which remote candidates it can be paired with,
and pairs across families are never formed.
Enums§
- Network
Type - Represents the type of network.
Functions§
- supported_
network_ types - Every network type this crate can gather candidates for.