Skip to main content

Module network_type

Module network_type 

Source
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§

NetworkType
Represents the type of network.

Functions§

supported_network_types
Every network type this crate can gather candidates for.