From 31faf4c1598c67ba3b2ade4471e0a80ee4b0c968 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 19 May 2020 17:46:29 -0600 Subject: replay: account for fqcodel reordering Signed-off-by: Jason A. Donenfeld --- replay/replay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'replay') diff --git a/replay/replay.go b/replay/replay.go index 034273c..e5c7391 100644 --- a/replay/replay.go +++ b/replay/replay.go @@ -21,7 +21,7 @@ const ( const ( CounterRedundantBitsLog = _WordLogSize + 3 CounterRedundantBits = _WordSize * 8 - CounterBitsTotal = 2048 + CounterBitsTotal = 8192 CounterWindowSize = uint64(CounterBitsTotal - CounterRedundantBits) ) -- cgit v1.2.3-59-g8ed1b