From f5b92b2fa56fb0ebeba5a584fbe30a8351166b06 Mon Sep 17 00:00:00 2001 From: Jonathan Warren Date: Sun, 29 Sep 2013 23:06:24 -0400 Subject: [PATCH] turn timing attack mitigation back on --- 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 97edfb21..59597711 100644 --- a/src/class_receiveDataThread.py +++ b/src/class_receiveDataThread.py @@ -1,4 +1,4 @@ -doTimingAttackMitigation = False +doTimingAttackMitigation = True import time import threading