Home | History | Annotate | Download | only in quic

Lines Matching defs:truncated

88 // Acks may be truncated.
351 // Less than or equal because truncated acks end up with max_plaintex_size
739 // If the guid is truncated, expect to read the last serialized guid.
747 "Truncated 4 byte GUID does not match previous guid.");
761 "Truncated 1 byte GUID does not match previous guid.");
1820 bool truncated = ack_info.nack_ranges.size() > max_num_ranges;
1821 DVLOG_IF(1, truncated) << "Truncating ack from "
1832 type_byte |= truncated ? kQuicAckTruncatedMask : 0;
1865 if (truncated) {
1866 // Skip the nack ranges which the truncated ack won't include and set
1867 // a correct largest observed for the truncated ack.