You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
527 B
18 lines
527 B
4 years ago
|
syntax = "proto3";
|
||
|
|
||
|
package envoy.extensions.quic.proof_source.v3;
|
||
|
|
||
|
import "udpa/annotations/status.proto";
|
||
|
|
||
|
option java_package = "io.envoyproxy.envoy.extensions.quic.proof_source.v3";
|
||
|
option java_outer_classname = "ProofSourceProto";
|
||
|
option java_multiple_files = true;
|
||
|
option (udpa.annotations.file_status).package_version_status = ACTIVE;
|
||
|
|
||
|
// [#protodoc-title: QUIC proof source config]
|
||
|
// [#extension: envoy.quic.proof_source.filter_chain]
|
||
|
|
||
|
// Configuration for the default QUIC proof source.
|
||
|
message ProofSourceConfig {
|
||
|
}
|