Home
last modified time | relevance | path

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

/webrtc/data/src/message/
H A Dmessage_channel_open.rs41 PartialReliableTimed, enumerator
77 Self::PartialReliableTimed => CHANNEL_TYPE_PARTIAL_RELIABLE_TIMED, in marshal_to()
111 CHANNEL_TYPE_PARTIAL_RELIABLE_TIMED => Ok(Self::PartialReliableTimed), in unmarshal()
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs269 ChannelType::PartialReliableTimed => { in accept_data_channels()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs154 channel_type = ChannelType::PartialReliableTimed; in open()
/webrtc/data/src/data_channel/
H A Dmod.rs351 ChannelType::PartialReliableTimed => (false, ReliabilityType::Timed), in commit_reliability_params()
H A Ddata_channel_test.rs409 pr_ordered_unordered_test(ChannelType::PartialReliableTimed, true).await in test_data_channel_channel_type_partial_reliable_timed()