Versions in this module Expand all Collapse all v0 v0.2.0-alpha.0 Jun 12, 2023 v0.1.0 Feb 6, 2023 Changes in this version + type Config struct + Bucket comet.BucketConfig + LogicRPC zrpc.RpcClientConf + Protocol Protocol + TCP TCP + Websocket Websocket + Zlog xlog.Config + type Protocol struct + CliProto int + HandshakeTimeout time.Duration + MaxHeartbeat time.Duration + MinHeartbeat time.Duration + Rto time.Duration + SvrProto int + Task int + TaskDuration time.Duration + TaskSize int + Timer int + TimerSize int + type TCP struct + Bind []string + KeepAlive bool + Rcvbuf int + ReadBuf int + ReadBufSize int + Reader int + Sndbuf int + WriteBuf int + WriteBufSize int + Writer int + type Websocket struct + Bind []string + CertFile string + PrivateFile string + TLSBind []string + TLSOpen bool