1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-03 06:30:42 +00:00
v2fly/transport/internet/quic/config.proto

15 lines
405 B
Protocol Buffer
Raw Normal View History

2018-11-21 15:47:06 +00:00
syntax = "proto3";
package v2ray.core.transport.internet.quic;
option csharp_namespace = "V2Ray.Core.Transport.Internet.Quic";
option go_package = "quic";
option java_package = "com.v2ray.core.transport.internet.quic";
option java_multiple_files = true;
import "v2ray.com/core/common/serial/typed_message.proto";
message Config {
string key = 1;
v2ray.core.common.serial.TypedMessage header = 2;
}