mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
headers proto
This commit is contained in:
parent
a92df58017
commit
1bc66604fa
13
common/protocol/headers.proto
Normal file
13
common/protocol/headers.proto
Normal file
@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package v2ray.core.common.protocol;
|
||||
option go_package = "protocol";
|
||||
option java_package = "com.v2ray.core.common.protocol";
|
||||
option java_outer_classname = "HeadersProto";
|
||||
|
||||
enum SecurityType {
|
||||
LEGACY = 0;
|
||||
NONE = 1;
|
||||
AES128_GCM = 2;
|
||||
CHACHA20_POLY1305 = 3;
|
||||
}
|
Loading…
Reference in New Issue
Block a user