Versions in this module Expand all Collapse all v0 v0.9.0 Apr 11, 2023 Changes in this version + var DefaultMaxMsgSize = 1024 * 1024 * 4 + func AuthTLS(t *tls.Config) server.Option + func Codec(contentType string, c encoding.Codec) server.Option + func Listener(l net.Listener) server.Option + func MaxConn(n int) server.Option + func MaxMsgSize(s int) server.Option + func NewServer(opts ...server.Option) server.Server + func Options(opts ...grpc.ServerOption) server.Option