From 689b99cc25d2f1f05eb9d4d404b0996eff27eed8 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 1 Apr 2019 11:15:48 +0200 Subject: [PATCH] We can't afford any sleep --- src/meas_lat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meas_lat.c b/src/meas_lat.c index 6c16a93..679cab4 100644 --- a/src/meas_lat.c +++ b/src/meas_lat.c @@ -205,7 +205,6 @@ void spawn_tor_socket(struct evt_core_ctx* evts) { int on_socks5_failed_measlat(struct evt_core_ctx* ctx, struct evt_core_fdinfo* fdinfo) { evt_core_rm_fd (ctx, fdinfo->fd); - sleep(1); spawn_tor_socket(ctx); return 1;