Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Drouter.rs40 pub struct RouterConfig { struct
42 pub name: String,
44 pub cidr: String,
49 pub static_ips: Vec<String>,
51 pub static_ip: String,
53 pub queue_size: usize,
55 pub nat_type: Option<NatType>,
57 pub min_delay: Duration,
59 pub max_jitter: Duration,