mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 16:34:25 +01:00
cursed gso
This commit is contained in:
@@ -15,7 +15,8 @@ import (
|
||||
|
||||
// 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 = 8192
|
||||
// TODO this is a horrible amount of RAM to waste per-tunnel
|
||||
const ReplayWindow = 0xffff / 2
|
||||
|
||||
type ConnectionState struct {
|
||||
eKey *NebulaCipherState
|
||||
|
||||
Reference in New Issue
Block a user