Versions in this module Expand all Collapse all v1 v1.0.0 Dec 9, 2024 Changes in this version + var File_transport_internet_request_assembler_packetconn_packetConn_proto protoreflect.FileDescriptor + type ClientConfig struct + MaxRequestSize int32 + MaxWriteDelay int32 + PollingIntervalInitial int32 + UnderlyingTransportName string + UnderlyingTransportSetting *anypb.Any + func (*ClientConfig) Descriptor() ([]byte, []int) + func (*ClientConfig) ProtoMessage() + func (x *ClientConfig) GetMaxRequestSize() int32 + func (x *ClientConfig) GetMaxWriteDelay() int32 + func (x *ClientConfig) GetPollingIntervalInitial() int32 + func (x *ClientConfig) GetUnderlyingTransportName() string + func (x *ClientConfig) GetUnderlyingTransportSetting() *anypb.Any + func (x *ClientConfig) ProtoReflect() protoreflect.Message + func (x *ClientConfig) Reset() + func (x *ClientConfig) String() string + type PacketBundle interface + Overhead func() int + ReadFromBundle func(writer io.Reader) (b []byte, err error) + WriteToBundle func(b []byte, writer io.Writer) (err error) + func NewPacketBundle() PacketBundle + type ServerConfig struct + MaxSimultaneousWriteConnection int32 + MaxWriteDurationMs int32 + MaxWriteSize int32 + PacketWritingBuffer int32 + UnderlyingTransportName string + UnderlyingTransportSetting *anypb.Any + func (*ServerConfig) Descriptor() ([]byte, []int) + func (*ServerConfig) ProtoMessage() + func (x *ServerConfig) GetMaxSimultaneousWriteConnection() int32 + func (x *ServerConfig) GetMaxWriteDurationMs() int32 + func (x *ServerConfig) GetMaxWriteSize() int32 + func (x *ServerConfig) GetPacketWritingBuffer() int32 + func (x *ServerConfig) GetUnderlyingTransportName() string + func (x *ServerConfig) GetUnderlyingTransportSetting() *anypb.Any + func (x *ServerConfig) ProtoReflect() protoreflect.Message + func (x *ServerConfig) Reset() + func (x *ServerConfig) String() string