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.
17 lines
574 B
17 lines
574 B
syntax = "proto3"; |
|
|
|
package envoy.extensions.quic.crypto_stream.v3; |
|
|
|
import "udpa/annotations/status.proto"; |
|
|
|
option java_package = "io.envoyproxy.envoy.extensions.quic.crypto_stream.v3"; |
|
option java_outer_classname = "CryptoStreamProto"; |
|
option java_multiple_files = true; |
|
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
|
|
|
// [#protodoc-title: QUIC server crypto stream config] |
|
// [#extension: envoy.quic.crypto_stream.server.quiche] |
|
|
|
// Configuration for the default QUIC server crypto stream provided by QUICHE. |
|
message CryptoServerStreamConfig { |
|
}
|
|
|