Enum webrtc_ice::mdns::MulticastDnsMode
source · [−]pub enum MulticastDnsMode {
Unspecified,
Disabled,
QueryOnly,
QueryAndGather,
}
Expand description
Represents the different Multicast modes that ICE can run.
Variants
Unspecified
Disabled
Means remote mDNS candidates will be discarded, and local host candidates will use IPs.
QueryOnly
Means remote mDNS candidates will be accepted, and local host candidates will use IPs.
QueryAndGather
Means remote mDNS candidates will be accepted, and local host candidates will use mDNS.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MulticastDnsMode
impl Send for MulticastDnsMode
impl Sync for MulticastDnsMode
impl Unpin for MulticastDnsMode
impl UnwindSafe for MulticastDnsMode
Blanket Implementations
Mutably borrows from an owned value. Read more