github.com/xmplusdev/xmcore@v1.8.11-0.20240412132628-5518b55526af/transport/internet/grpc/config.proto (about)

     1  syntax = "proto3";
     2  
     3  package xray.transport.internet.grpc.encoding;
     4  option go_package = "github.com/xmplusdev/xmcore/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  }