Increase relay early msg buffer size to prevent dropping relayed peers' handshakes

This commit is contained in:
riccardom
2026-07-13 17:06:59 +02:00
parent 8f64173574
commit 544fe13280

View File

@@ -10,7 +10,7 @@ import (
const (
earlyMsgTTL = 5 * time.Second
earlyMsgCapacity = 1000
earlyMsgCapacity = 10000
)
// earlyMsgBuffer buffers transport messages that arrive before the corresponding