diff --git a/common/turbotunnel/consts.go b/common/turbotunnel/consts.go index 34c474f..d9bf324 100644 --- a/common/turbotunnel/consts.go +++ b/common/turbotunnel/consts.go @@ -11,7 +11,7 @@ import "errors" var Token = [8]byte{0x12, 0x93, 0x60, 0x5d, 0x27, 0x81, 0x75, 0xf5} // The size of receive and send queues. -const queueSize = 2048 +const queueSize = 512 var errClosedPacketConn = errors.New("operation on closed connection") var errNotImplemented = errors.New("not implemented")