@type t() :: %Envoy.Config.Core.V3.QuicProtocolOptions{
__unknown_fields__: [
{field_number :: integer(), Protobuf.Wire.Types.wire_type(),
value :: term()}
],
client_connection_options: String.t(),
connection_keepalive: Envoy.Config.Core.V3.QuicKeepAliveSettings.t() | nil,
connection_options: String.t(),
initial_connection_window_size: Google.Protobuf.UInt32Value.t() | nil,
initial_stream_window_size: Google.Protobuf.UInt32Value.t() | nil,
max_concurrent_streams: Google.Protobuf.UInt32Value.t() | nil,
num_timeouts_to_trigger_port_migration: Google.Protobuf.UInt32Value.t() | nil
}