Home
last modified time | relevance | path

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

/webrtc/data/src/message/
H A Dmessage_channel_open.rs16 pub const CHANNEL_PRIORITY_NORMAL: u16 = 256; constant
/webrtc/webrtc/src/data_channel/
H A Dmod.rs162 priority: data::message::message_channel_open::CHANNEL_PRIORITY_NORMAL, in open()