Searched refs:buffered_amount_low_threshold (Results 1 – 7 of 7) sorted by relevance
| /webrtc/sctp/src/stream/ |
| H A D | stream_test.rs | 12 assert_eq!(s.buffered_amount_low_threshold(), 0); in test_stream_buffered_amount() 18 s.buffered_amount_low_threshold(), in test_stream_buffered_amount() 89 assert_eq!(s.buffered_amount_low_threshold(), 0); in test_stream() 164 assert_eq!(poll_stream.buffered_amount_low_threshold(), 0); in test_poll_stream()
|
| H A D | mod.rs | 411 pub fn buffered_amount_low_threshold(&self) -> usize { in buffered_amount_low_threshold() method 640 pub fn buffered_amount_low_threshold(&self) -> usize { in buffered_amount_low_threshold() method
|
| /webrtc/webrtc/src/data_channel/ |
| H A D | mod.rs | 66 pub(crate) buffered_amount_low_threshold: AtomicUsize, field 184 self.buffered_amount_low_threshold.load(Ordering::SeqCst), in open() 516 pub async fn buffered_amount_low_threshold(&self) -> usize { in buffered_amount_low_threshold() method 519 dc.buffered_amount_low_threshold() in buffered_amount_low_threshold() 521 self.buffered_amount_low_threshold.load(Ordering::SeqCst) in buffered_amount_low_threshold() 528 self.buffered_amount_low_threshold in set_buffered_amount_low_threshold()
|
| H A D | data_channel_test.rs | 797 dc.buffered_amount_low_threshold().await, in test_data_channel_parameters_go() 881 dc3.buffered_amount_low_threshold().await, in test_data_channel_buffered_amount_set_before_open() 982 dc3.buffered_amount_low_threshold().await, in test_data_channel_buffered_amount_set_after_open()
|
| /webrtc/data/src/data_channel/ |
| H A D | mod.rs | 329 pub fn buffered_amount_low_threshold(&self) -> usize { in buffered_amount_low_threshold() method 330 self.stream.buffered_amount_low_threshold() in buffered_amount_low_threshold() 471 pub fn buffered_amount_low_threshold(&self) -> usize { in buffered_amount_low_threshold() method 472 self.data_channel.buffered_amount_low_threshold() in buffered_amount_low_threshold()
|
| H A D | data_channel_test.rs | 470 dc0.buffered_amount_low_threshold(), in test_data_channel_buffered_amount()
|
| /webrtc/examples/examples/data-channels-flow-control/ |
| H A D | README.md | 7 * pub async fn buffered_amount_low_threshold(&self) -> usize
|