recessive: 修正数据包默认警告大小

This commit is contained in:
kercylan98
2023-11-28 09:35:20 +08:00
parent 173dd11d4d
commit c10494d3c2

View File

@@ -34,6 +34,7 @@ func New(network Network, options ...Option) *Server {
server := &Server{
runtime: &runtime{
messagePoolSize: DefaultMessageBufferSize,
packetWarnSize: DefaultPacketWarnSize,
},
option: &option{},
network: network,