Home
last modified time | relevance | path

Searched refs:Reliable (Results 1 – 9 of 9) sorted by relevance

/webrtc/data/src/message/
H A Dmessage_channel_open.rs24 Reliable, enumerator
51 Self::Reliable in default()
73 Self::Reliable => CHANNEL_TYPE_RELIABLE, in marshal_to()
105 CHANNEL_TYPE_RELIABLE => Ok(Self::Reliable), in unmarshal()
241 assert_eq!(channel_type, ChannelType::Reliable); in test_channel_type_unmarshal_success()
287 let channel_type = ChannelType::Reliable; in test_channel_type_marshal_size()
298 let channel_type = ChannelType::Reliable; in test_channel_type_marshal()
323 assert_eq!(channel_open.channel_type, ChannelType::Reliable); in test_channel_open_unmarshal_success()
408 channel_type: ChannelType::Reliable, in test_channel_open_marshal_size()
424 channel_type: ChannelType::Reliable, in test_channel_open_marshal()
H A Dmessage_test.rs23 channel_type: ChannelType::Reliable, in test_message_unmarshal_open_success()
71 channel_type: ChannelType::Reliable, in test_message_marshal()
/webrtc/data/src/data_channel/
H A Dmod.rs347 ChannelType::Reliable => (false, ReliabilityType::Reliable), in commit_reliability_params()
348 ChannelType::ReliableUnordered => (true, ReliabilityType::Reliable), in commit_reliability_params()
H A Ddata_channel_test.rs269 channel_type: ChannelType::Reliable, in test_data_channel_channel_type_reliable_ordered()
536 channel_type: ChannelType::Reliable, in test_stats()
630 channel_type: ChannelType::Reliable, in test_poll_data_channel()
/webrtc/sctp/src/stream/
H A Dmod.rs32 Reliable = 0, enumerator
42 ReliabilityType::Reliable => "Reliable", in fmt()
55 _ => ReliabilityType::Reliable, in from()
H A Dstream_test.rs94 s.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_stream()
/webrtc/sctp/src/association/
H A Dassociation_test.rs424 s0.set_reliability_params(false, ReliabilityType::Reliable, 0); in test_assoc_reliable_ordered_fragmented_then_defragmented()
425 s1.set_reliability_params(false, ReliabilityType::Reliable, 0); in test_assoc_reliable_ordered_fragmented_then_defragmented()
491 s0.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_fragmented_then_defragmented()
492 s1.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_fragmented_then_defragmented()
558 s0.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_ordered()
559 s1.set_reliability_params(true, ReliabilityType::Reliable, 0); in test_assoc_reliable_unordered_ordered()
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs255 ChannelType::Reliable => { in accept_data_channels()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs140 channel_type = ChannelType::Reliable; in open()