[client, relay] Increase early-message buffer cap to 10000 to avoid dropping relayed handshakes

This commit is contained in:
Riccardo Manfrin
2026-07-13 22:46:03 +02:00
committed by GitHub
parent 62703ca23e
commit 5343402385

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