Home
last modified time | relevance | path

Searched defs:NatConfig (Results 1 – 1 of 1) sorted by relevance

/webrtc/util/src/vnet/
H A Dnat.rs61 pub(crate) struct NatConfig { struct
62 pub(crate) name: String,
63 pub(crate) nat_type: NatType,
64 pub(crate) mapped_ips: Vec<IpAddr>, // mapped IPv4
65 pub(crate) local_ips: Vec<IpAddr>, // local IPv4, required only when the mode is NATModeNAT1To1