Home
last modified time | relevance | path

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

/webrtc/data/src/message/
H A Dmessage_channel_open.rs46 PartialReliableTimedUnordered, enumerator
78 Self::PartialReliableTimedUnordered => CHANNEL_TYPE_PARTIAL_RELIABLE_TIMED_UNORDERED, in marshal_to()
113 Ok(Self::PartialReliableTimedUnordered) in unmarshal()
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs273 ChannelType::PartialReliableTimedUnordered => { in accept_data_channels()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs156 channel_type = ChannelType::PartialReliableTimedUnordered; in open()
/webrtc/data/src/data_channel/
H A Dmod.rs352 ChannelType::PartialReliableTimedUnordered => (true, ReliabilityType::Timed), in commit_reliability_params()
H A Ddata_channel_test.rs415 pr_ordered_unordered_test(ChannelType::PartialReliableTimedUnordered, false).await in test_data_channel_channel_type_partial_reliable_timed_unordered()