Add sequence number for keep alive packet

PiperOrigin-RevId: 550613263
This commit is contained in:
hai007
2023-07-24 10:59:52 -07:00
committed by Copybara-Service
parent 225eab6505
commit 15d24c08a5
@@ -310,6 +310,8 @@ message BandwidthUpgradeNegotiationFrame {
message KeepAliveFrame {
// And ack will be sent after receiving KEEP_ALIVE frame.
optional bool ack = 1;
// The sequence number
optional uint32 seq_num = 2;
}
// Informs the remote side to immediately severe the socket connection.