We can't afford any sleep

This commit is contained in:
Quentin Dufour 2019-04-01 11:15:48 +02:00
parent fe435539b0
commit 689b99cc25

View file

@ -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;