Home
last modified time | relevance | path

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

/webrtc/interceptor/src/nack/generator/
H A Dgenerator_stream.rs56 … self.fix_last_consecutive(); // there might be valid packets at the beginning of the buffer now in add()
61 self.fix_last_consecutive(); // there might be other valid packets after seq in add()
116 fn fix_last_consecutive(&mut self) { in fix_last_consecutive() method