mirror of https://github.com/v2ray/v2ray-core
11 lines
305 B
Protocol Buffer
11 lines
305 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package v2ray.core.transport.internet.udp;
|
|
option csharp_namespace = "V2Ray.Core.Transport.Internet.Udp";
|
|
option go_package = "v2ray.com/core/transport/internet/udp";
|
|
option java_package = "com.v2ray.core.transport.internet.udp";
|
|
option java_multiple_files = true;
|
|
|
|
message Config {
|
|
}
|