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