mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 03:16:53 +00:00
update socks5 udp
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user