mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 09:17:32 -05:00
bb44d01096
* Format proto files using clang-format according to google style * Regenerate pb.go files
10 lines
304 B
Protocol Buffer
10 lines
304 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 {}
|