From f4fa63fcef8126b6a61380dd477396164906eee2 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 29 Aug 2019 18:44:27 +0200 Subject: [PATCH] Remove logs --- src/algo_thunder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/algo_thunder.c b/src/algo_thunder.c index fc88556..d422b78 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 { @@ -118,7 +118,7 @@ int schedule(struct evt_core_ctx* ctx, struct evt_core_fdinfo* fdinfo, struct bu sprintf(url, "tcp:write:127.0.0.1:%d", 7500 + thunderc->selected_link); to_fdinfo = evt_core_get_from_url (ctx, url); } while (to_fdinfo == NULL); - printf("URL %s has been retained\n", url); + //printf("URL %s has been retained\n", url); // 2. We create the packet template union abstract_packet links = {