From 823ebff934cf2e23afae199c24cc599983209438 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Sep 2016 17:42:45 -0400 Subject: Added --chaff-max-delay option for slower chaffing. This commit was sponsored by Jeff Goeke-Smith on Patreon. --- keysafe.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'keysafe.hs') diff --git a/keysafe.hs b/keysafe.hs index 3da20c6..f4ee878 100644 --- a/keysafe.hs +++ b/keysafe.hs @@ -79,6 +79,7 @@ dispatch cmdline ui tunables possibletunables = do restoreServer (CmdLine.localstoragedirectory cmdline) d go (CmdLine.Chaff hn) _ = storeChaff hn (CmdLine.serverPort (CmdLine.serverConfig cmdline)) + (CmdLine.chaffMaxDelay cmdline) go CmdLine.Benchmark _ = benchmarkTunables tunables go CmdLine.Test _ = -- cgit v1.2.3