From 01f8e831484d6f3c3cc37246c35a75019c62bc1f Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 30 Aug 2019 12:16:34 +0200 Subject: [PATCH] Jitter at 100ms --- src/algo_thunder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algo_thunder.c b/src/algo_thunder.c index c483bb8..3b30208 100644 --- a/src/algo_thunder.c +++ b/src/algo_thunder.c @@ -7,7 +7,7 @@ // A Tor cell size is 512 bytes but handle only 498 bytes of data #define TOR_CELL_SIZE 498 -#define ALLOWED_JITTER_MS 200 +#define ALLOWED_JITTER_MS 100 #define MAX_LINKS 64 struct thunder_ctx {