From 61ab0013aa584686bc835752b88ce1a1c9a5e691 Mon Sep 17 00:00:00 2001 From: Jonathan Warren Date: Mon, 24 Jun 2013 17:29:15 -0400 Subject: [PATCH] added new variable: doTimingAttackMitigation --- src/class_receiveDataThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class_receiveDataThread.py b/src/class_receiveDataThread.py index 544dbb82..e5293fe8 100644 --- a/src/class_receiveDataThread.py +++ b/src/class_receiveDataThread.py @@ -1,4 +1,4 @@ -doTimingAttackMitigation = False +doTimingAttackMitigation = True import time import threading