mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-24 04:01:07 +03:00
Codec changes to support ACK_RECEIVE_TIMESTAMPS
Summary: Create a new ACK_RECEIVE_TIMESTAMPS frame, as outlined in https://www.ietf.org/archive/id/draft-smith-quic-receive-ts-00.html#name-ack_receive_timestamps-fram Reviewed By: mjoras Differential Revision: D37799050 fbshipit-source-id: 0157c7fa7c4e489bb310f7c9cd6c0c1877e4967f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9ef63d6b46
commit
96abc8160d
@@ -446,6 +446,8 @@ std::string toString(FrameType frame) {
|
||||
case FrameType::GROUP_STREAM_OFF_LEN:
|
||||
case FrameType::GROUP_STREAM_OFF_LEN_FIN:
|
||||
return "GROUP_STREAM";
|
||||
case FrameType::ACK_RECEIVE_TIMESTAMPS:
|
||||
return "ACK_RECEIVE_TIMESTAMPS";
|
||||
}
|
||||
LOG(WARNING) << "toString has unhandled frame type";
|
||||
return "UNKNOWN";
|
||||
|
||||
Reference in New Issue
Block a user