Searched refs:until (Results 1 – 2 of 2) sorted by relevance
17 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+С.
81 let until = self.end.wrapping_sub(skip_last_n); in missing_seq_numbers() localVariable82 let diff = until.wrapping_sub(self.last_consecutive); in missing_seq_numbers()90 let util_plus1 = until.wrapping_add(1); in missing_seq_numbers()