Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 8 of 8) sorted by relevance

/webrtc/turn/src/proto/
H A Dmod.rs25 pub struct Protocol(pub u8); struct
28 pub const PROTO_TCP: Protocol = Protocol(6);
29 pub const PROTO_UDP: Protocol = Protocol(17);
31 impl fmt::Display for Protocol { implementation
H A Dreqtrans.rs20 pub protocol: Protocol,
50 self.protocol = Protocol(v[0]); in get_from()
H A Daddr.rs55 pub proto: Protocol,
/webrtc/turn/src/allocation/
H A Dfive_tuple.rs17 pub protocol: Protocol,
H A Dmod.rs72 protocol: Protocol,
/webrtc/turn/src/proto/reqtrans/
H A Dreqtrans_test.rs15 r.protocol = Protocol(254); in test_requested_transport_string()
/webrtc/examples/examples/ortc/
H A DREADME.md3 …bRTC.rs's [ORTC](https://ortc.org/) capabilities. Instead of using the Session Description Protocol
/webrtc/mdns/src/conn/
H A Dmod.rs55 Some(socket2::Protocol::UDP), in server()