From 59dd8151332df1f1acb7b1e489cf203f41e92524 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:02:58 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 61afc661ba3b02ae01dd74951c3bee4a1bfb2326 Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com> --- envoy/COMMIT | 2 +- envoy/config/core/v3/protocol.pb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index ebf183c5e0..ac43e3b44e 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -4d46da0bba54dfb849d8bf68b600e53d87310a1a +61afc661ba3b02ae01dd74951c3bee4a1bfb2326 diff --git a/envoy/config/core/v3/protocol.pb.go b/envoy/config/core/v3/protocol.pb.go index ebaafee938..5cd222d51a 100755 --- a/envoy/config/core/v3/protocol.pb.go +++ b/envoy/config/core/v3/protocol.pb.go @@ -225,7 +225,7 @@ type QuicProtocolOptions struct { // window size now, so it's also the minimum. InitialConnectionWindowSize *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=initial_connection_window_size,json=initialConnectionWindowSize,proto3" json:"initial_connection_window_size,omitempty"` // The number of timeouts that can occur before port migration is triggered for QUIC clients. - // This defaults to 1. If set to 0, port migration will not occur on path degrading. + // This defaults to 4. If set to 0, port migration will not occur on path degrading. // Timeout here refers to QUIC internal path degrading timeout mechanism, such as PTO. // This has no effect on server sessions. NumTimeoutsToTriggerPortMigration *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=num_timeouts_to_trigger_port_migration,json=numTimeoutsToTriggerPortMigration,proto3" json:"num_timeouts_to_trigger_port_migration,omitempty"`