gfe-relnote: In QUIC, enforce packets be ACKed in the correct packet number space. Protected by enabling multiple packet number spaces. PiperOrigin-RevId: 243853453 Change-Id: Iee8f806247f85ed784f4872f380f334754bc7e22
diff --git a/quic/core/quic_utils.h b/quic/core/quic_utils.h index 340f474..cacbc60 100644 --- a/quic/core/quic_utils.h +++ b/quic/core/quic_utils.h
@@ -64,6 +64,9 @@ // Returns QuicLongHeaderType as a char*. static const char* QuicLongHeaderTypetoString(QuicLongHeaderType type); + // Returns AckResult as a char*. + static const char* AckResultToString(AckResult result); + // Determines and returns change type of address change from |old_address| to // |new_address|. static AddressChangeType DetermineAddressChangeType(