Versions in this module Expand all Collapse all v25 v25.1.1 Jan 1, 2025 Changes in this version + var File_transport_internet_grpc_config_proto protoreflect.FileDescriptor + func Dial(ctx context.Context, dest net.Destination, ...) (stat.Connection, error) + func Listen(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error) + type Config struct + Authority string + HealthCheckTimeout int32 + IdleTimeout int32 + InitialWindowsSize int32 + MultiMode bool + PermitWithoutStream bool + ServiceName string + UserAgent string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) GetAuthority() string + func (x *Config) GetHealthCheckTimeout() int32 + func (x *Config) GetIdleTimeout() int32 + func (x *Config) GetInitialWindowsSize() int32 + func (x *Config) GetMultiMode() bool + func (x *Config) GetPermitWithoutStream() bool + func (x *Config) GetServiceName() string + func (x *Config) GetUserAgent() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type Listener struct + func (l Listener) Addr() net.Addr + func (l Listener) Close() error + func (l Listener) Tun(server encoding.GRPCService_TunServer) error + func (l Listener) TunMulti(server encoding.GRPCService_TunMultiServer) error Other modules containing this package github.com/xmplusdev/xray-core github.com/xmplusdev/xray-core/v24