Home
last modified time | relevance | path

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

/webrtc/examples/examples/data-channels-flow-control/
H A DREADME.md17 the wire. Instead, it is queued in a buffer until it actually gets sent out to the wire.
47 1024-byte packets to responder, until you kill the process by Ctrl+С.
/webrtc/interceptor/src/nack/generator/
H A Dgenerator_stream.rs81 let until = self.end.wrapping_sub(skip_last_n); in missing_seq_numbers() localVariable
82 let diff = until.wrapping_sub(self.last_consecutive); in missing_seq_numbers()
90 let util_plus1 = until.wrapping_add(1); in missing_seq_numbers()