Home
last modified time | relevance | path

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

/webrtc/data/src/message/
H A Dmessage_channel_open.rs35 PartialReliableRexmitUnordered, enumerator
76 Self::PartialReliableRexmitUnordered => CHANNEL_TYPE_PARTIAL_RELIABLE_REXMIT_UNORDERED, in marshal_to()
109 Ok(Self::PartialReliableRexmitUnordered) in unmarshal()
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs265 ChannelType::PartialReliableRexmitUnordered => { in accept_data_channels()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs149 channel_type = ChannelType::PartialReliableRexmitUnordered; in open()
/webrtc/data/src/data_channel/
H A Dmod.rs350 ChannelType::PartialReliableRexmitUnordered => (true, ReliabilityType::Rexmit), in commit_reliability_params()
H A Ddata_channel_test.rs403 pr_ordered_unordered_test(ChannelType::PartialReliableRexmitUnordered, false).await in test_data_channel_channel_type_partial_reliable_rexmit_unordered()