Skip to content

Commit 686e31e

Browse files
johnsonlu072copybara-github
authored andcommitted
Add keep_alive_timeout_millis in the ConnectionResponseFrame
PiperOrigin-RevId: 703665365
1 parent 5bc9294 commit 686e31e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connections/implementation/proto/offline_wire_formats.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ message ConnectionResponseFrame {
155155
optional int32 nearby_connections_version = 6 [deprecated = true];
156156
optional int32 safe_to_disconnect_version = 7;
157157
optional LocationHint location_hint = 8;
158+
optional int32 keep_alive_timeout_millis = 9;
158159
}
159160

160161
message PayloadTransferFrame {

0 commit comments

Comments
 (0)