This commit is contained in:
Nate Brown
2025-05-08 12:01:46 -05:00
parent 663232e1fc
commit 2ea8a72d5c
4 changed files with 57 additions and 28 deletions

View File

@@ -13,6 +13,8 @@ import (
"github.com/slackhq/nebula/noiseutil"
)
// TODO: In a 5Gbps test, 1024 is not sufficient. With a 1400 MTU this is about 1.4Gbps of window, assuming full packets.
// 4092 should be sufficient for 5Gbps
const ReplayWindow = 1024
type ConnectionState struct {