mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 20:16:52 +00:00
reduce memory allocate
This commit is contained in:
@@ -48,5 +48,5 @@ const (
|
||||
MUX_CONN_CLOSE
|
||||
MUX_PING_RETURN
|
||||
MUX_PING int32 = -1
|
||||
MAXIMUM_SEGMENT_SIZE = 4096 - 16 - 32 - 32 - 8
|
||||
MAXIMUM_SEGMENT_SIZE = PoolSizeWindow
|
||||
)
|
||||
|
Reference in New Issue
Block a user