mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Add sequence number for keep alive packet
PiperOrigin-RevId: 550613263
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user