defaultBacklog => 1024

This commit is contained in:
wenyifan 2022-08-14 16:50:53 +08:00
parent af51714e49
commit 161ff31c97

View File

@ -70,7 +70,7 @@ var (
PingRetries = 1
// default udp node TTL in second for udp port forwarding.
defaultTTL = 60 * time.Second
defaultBacklog = 128
defaultBacklog = 1024
defaultQueueSize = 1024
)