summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-23 17:42:45 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-23 17:42:45 -0400
commit823ebff934cf2e23afae199c24cc599983209438 (patch)
tree7588b3693dcff7f3b773ceb68b01eea989ccf250 /keysafe.hs
parentc2aa90a92349be09d88270c3ee6d4b7fddbf4768 (diff)
downloadkeysafe-823ebff934cf2e23afae199c24cc599983209438.tar.gz
Added --chaff-max-delay option for slower chaffing.
This commit was sponsored by Jeff Goeke-Smith on Patreon.
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs1
1 files changed, 1 insertions, 0 deletions
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 _ =