Skip to content

Commit 79d020f

Browse files
committed
Add config proto
1 parent 3e590a4 commit 79d020f

2 files changed

Lines changed: 151 additions & 0 deletions

File tree

transport/internet/quic/config.pb.go

Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
syntax = "proto3";
2+
3+
package xray.transport.internet.quic;
4+
option csharp_namespace = "Xray.Transport.Internet.Quic";
5+
option go_package = "github.com/xtls/xray-core/transport/internet/quic";
6+
option java_package = "com.xray.transport.internet.quic";
7+
option java_multiple_files = true;
8+
9+
message Config {
10+
// string key = 1;
11+
// xray.common.protocol.SecurityConfig security = 2;
12+
// xray.common.serial.TypedMessage header = 3;
13+
bool fec = 4;
14+
}

0 commit comments

Comments
 (0)