Home
last modified time | relevance | path

Searched defs:buffered_amount (Results 1 – 5 of 5) sorted by relevance

/webrtc/examples/examples/data-channels-flow-control/
H A Ddata-channels-flow-control.rs86 let buffered_amount = shared_dc.buffered_amount().await; in create_requester() localVariable
/webrtc/sctp/src/stream/
H A Dmod.rs84 pub(crate) buffered_amount: AtomicUsize, field
405 pub fn buffered_amount(&self) -> usize { in buffered_amount() method
634 pub fn buffered_amount(&self) -> usize { in buffered_amount() method
/webrtc/data/src/data_channel/
H A Dmod.rs323 pub fn buffered_amount(&self) -> usize { in buffered_amount() method
465 pub fn buffered_amount(&self) -> usize { in buffered_amount() method
/webrtc/webrtc/src/data_channel/
H A Dmod.rs501 pub async fn buffered_amount(&self) -> usize { in buffered_amount() method
/webrtc/sctp/src/association/
H A Dassociation_internal.rs2209 pub(crate) fn buffered_amount(&self) -> usize { in buffered_amount() method