Home
last modified time | relevance | path

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

/webrtc/data/src/message/
H A Dmessage_channel_open.rs31 PartialReliableRexmit, enumerator
75 Self::PartialReliableRexmit => CHANNEL_TYPE_PARTIAL_RELIABLE_REXMIT, in marshal_to()
107 CHANNEL_TYPE_PARTIAL_RELIABLE_REXMIT => Ok(Self::PartialReliableRexmit), in unmarshal()
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs261 ChannelType::PartialReliableRexmit => { in accept_data_channels()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs147 channel_type = ChannelType::PartialReliableRexmit; in open()
/webrtc/data/src/data_channel/
H A Dmod.rs349 ChannelType::PartialReliableRexmit => (false, ReliabilityType::Rexmit), in commit_reliability_params()
H A Ddata_channel_test.rs397 pr_ordered_unordered_test(ChannelType::PartialReliableRexmit, true).await in test_data_channel_channel_type_partial_reliable_rexmit()