Searched refs:set_buffered_amount_low_threshold (Results 1 – 8 of 8) sorted by relevance
15 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()
417 pub fn set_buffered_amount_low_threshold(&self, th: usize) { in set_buffered_amount_low_threshold() method
183 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() method532 dc.set_buffered_amount_low_threshold(th); in set_buffered_amount_low_threshold()
794 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()
6 * pub async fn set_buffered_amount_low_threshold(&self, th: usize)
97 dc.set_buffered_amount_low_threshold(BUFFERED_AMOUNT_LOW_THRESHOLD) in create_requester()
335 pub fn set_buffered_amount_low_threshold(&self, threshold: usize) { in set_buffered_amount_low_threshold() method336 self.stream.set_buffered_amount_low_threshold(threshold) in set_buffered_amount_low_threshold()
468 dc0.set_buffered_amount_low_threshold(1500); in test_data_channel_buffered_amount()