Struct webrtc_util::vnet::router::RouterConfig [−][src]
pub struct RouterConfig { pub name: String, pub cidr: String, pub static_ips: Vec<String>, pub static_ip: String, pub queue_size: usize, pub nat_type: Option<NatType>, pub min_delay: Duration, pub max_jitter: Duration, }
Fields
name: String
cidr: String
static_ips: Vec<String>
static_ip: String
queue_size: usize
nat_type: Option<NatType>
min_delay: Duration
max_jitter: Duration
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RouterConfig
impl Send for RouterConfig
impl Sync for RouterConfig
impl Unpin for RouterConfig
impl UnwindSafe for RouterConfig