reduce memory allocate

This commit is contained in:
ffdfgdfg
2019-10-08 21:41:25 +08:00
parent d9f9dc6acb
commit 4c8d7b0738
2 changed files with 9 additions and 9 deletions

View File

@@ -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
)