adjust: udpBufferSize

This commit is contained in:
xjasonlyu
2020-11-08 15:54:23 +08:00
parent 0e2d98b951
commit 2835cfae75

View File

@@ -18,7 +18,7 @@ import (
const (
udpTimeout = 30 * time.Second
udpBufferSize = 64 << 10 // KiB
udpBufferSize = (1 << 16) - 1 // largest possible UDP datagram
)
var (