From cf26a98379edbee937a5b17c93400cffd68baaeb Mon Sep 17 00:00:00 2001 From: Johnson Lu Date: Thu, 13 Oct 2022 23:13:41 -0700 Subject: [PATCH] Add gateway field in WifiDirectCredentials PiperOrigin-RevId: 481066785 --- connections/implementation/proto/offline_wire_formats.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/connections/implementation/proto/offline_wire_formats.proto b/connections/implementation/proto/offline_wire_formats.proto index c85071b7..2d4758cb 100644 --- a/connections/implementation/proto/offline_wire_formats.proto +++ b/connections/implementation/proto/offline_wire_formats.proto @@ -236,6 +236,7 @@ message BandwidthUpgradeNegotiationFrame { optional string password = 2; optional int32 port = 3; optional int32 frequency = 4; + optional string gateway = 5 [default = "0.0.0.0"]; } // Accompanies Medium.WEB_RTC