github.com/xtls/xray-core@v1.8.12-0.20240518155711-3168d27b0bdb/transport/internet/grpc/config.proto (about)

     1  syntax = "proto3";
     2  
     3  package xray.transport.internet.grpc.encoding;
     4  option go_package = "github.com/xtls/xray-core/transport/internet/grpc";
     5  
     6  message Config {
     7    string authority = 1;
     8    string service_name = 2;
     9    bool multi_mode = 3;
    10    int32 idle_timeout = 4;
    11    int32 health_check_timeout = 5;
    12    bool permit_without_stream = 6;
    13    int32 initial_windows_size = 7;
    14    string user_agent = 8;
    15  }