github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/transport/config.proto (about) 1 syntax = "proto3"; 2 3 package v2ray.core.transport; 4 option csharp_namespace = "V2Ray.Core.Transport"; 5 option go_package = "github.com/v2fly/v2ray-core/v5/transport"; 6 option java_package = "com.v2ray.core.transport"; 7 option java_multiple_files = true; 8 9 import "transport/internet/config.proto"; 10 11 // Global transport settings. This affects all type of connections that go 12 // through V2Ray. Deprecated. Use each settings in StreamConfig. 13 message Config { 14 option deprecated = true; 15 repeated v2ray.core.transport.internet.TransportConfig transport_settings = 1; 16 }