Home
last modified time | relevance | path

Searched refs:can_push (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/queue/
H A Dpayload_queue.rs27 pub(crate) fn can_push(&self, p: &ChunkPayloadData, cumulative_tsn: u32) -> bool { in can_push() method
/webrtc/sctp/src/association/
H A Dassociation_internal.rs904 let can_push = self.payload_queue.can_push(d, self.peer_last_tsn); in handle_data() localVariable
906 if can_push { in handle_data()