Home
last modified time | relevance | path

Searched refs:set_buffered_amount_low_threshold (Results 1 – 8 of 8) sorted by relevance

/webrtc/sctp/src/stream/
H A Dstream_test.rs15 s.set_buffered_amount_low_threshold(2048); in test_stream_buffered_amount()
31 s.set_buffered_amount_low_threshold(2048); in test_stream_amount_on_buffered_amount_low()
H A Dmod.rs417 pub fn set_buffered_amount_low_threshold(&self, th: usize) { in set_buffered_amount_low_threshold() method
/webrtc/webrtc/src/data_channel/
H A Dmod.rs183 dc.set_buffered_amount_low_threshold( in open()
527 pub async fn set_buffered_amount_low_threshold(&self, th: usize) { in set_buffered_amount_low_threshold() method
532 dc.set_buffered_amount_low_threshold(th); in set_buffered_amount_low_threshold()
H A Ddata_channel_test.rs794 dc.set_buffered_amount_low_threshold(1500).await; in test_data_channel_parameters_go()
892 dc.set_buffered_amount_low_threshold(1500).await; in test_data_channel_buffered_amount_set_before_open()
967 dc3.set_buffered_amount_low_threshold(1500).await; in test_data_channel_buffered_amount_set_after_open()
/webrtc/examples/examples/data-channels-flow-control/
H A DREADME.md6 * pub async fn set_buffered_amount_low_threshold(&self, th: usize)
H A Ddata-channels-flow-control.rs97 dc.set_buffered_amount_low_threshold(BUFFERED_AMOUNT_LOW_THRESHOLD) in create_requester()
/webrtc/data/src/data_channel/
H A Dmod.rs335 pub fn set_buffered_amount_low_threshold(&self, threshold: usize) { in set_buffered_amount_low_threshold() method
336 self.stream.set_buffered_amount_low_threshold(threshold) in set_buffered_amount_low_threshold()
H A Ddata_channel_test.rs468 dc0.set_buffered_amount_low_threshold(1500); in test_data_channel_buffered_amount()