update socks5 udp

This commit is contained in:
刘河
2019-12-03 00:46:30 +08:00
parent 8d27a17cdb
commit f1cb45146f
3 changed files with 14 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import (
const PoolSize = 64 * 1024
const PoolSizeSmall = 100
const PoolSizeUdp = 1472
const PoolSizeUdp = 1472 + 200
const PoolSizeCopy = 32 << 10
const PoolSizeBuffer = 4096
const PoolSizeWindow = PoolSizeBuffer - 2 - 4 - 4 - 1