recessive: 修正数据包默认警告大小
This commit is contained in:
@@ -34,6 +34,7 @@ func New(network Network, options ...Option) *Server {
|
||||
server := &Server{
|
||||
runtime: &runtime{
|
||||
messagePoolSize: DefaultMessageBufferSize,
|
||||
packetWarnSize: DefaultPacketWarnSize,
|
||||
},
|
||||
option: &option{},
|
||||
network: network,
|
||||
|
||||
Reference in New Issue
Block a user