Home
last modified time | relevance | path

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

/webrtc/data/src/message/
H A Dmessage_channel_open.rs6 const CHANNEL_TYPE_RELIABLE: u8 = 0x00; constant
73 Self::Reliable => CHANNEL_TYPE_RELIABLE, in marshal_to()
105 CHANNEL_TYPE_RELIABLE => Ok(Self::Reliable), in unmarshal()