From 1a0f4e57b886ff710fa6bd23dfbef754f83e72f9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Oct 2017 19:22:41 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_network.c b/iguana/exchanges/LP_network.c index 76d082dda..ae9a8c8c9 100644 --- a/iguana/exchanges/LP_network.c +++ b/iguana/exchanges/LP_network.c @@ -167,7 +167,7 @@ void queue_loop(void *ignore) else flag = 1; } //else printf("sock not ready to send.%d\n",ptr->msglen); } - else if ( time(NULL) > ptr->starttime+13 ) + else if ( 0 && time(NULL) > ptr->starttime+13 ) { LP_crc32find(&duplicate,-1,ptr->crc32); if ( duplicate > 0 ) @@ -177,7 +177,7 @@ void queue_loop(void *ignore) printf("found.%u Q.%d err.%d match.%d\n",ptr->crc32,LP_Qenqueued,LP_Qerrors,LP_Qfound); flag = 1; } - else //if ( 0 ) // too much beyond duplicate filter when network is busy + else if ( 0 ) // too much beyond duplicate filter when network is busy { printf("couldnt find.%u peerind.%d Q.%d err.%d match.%d\n",ptr->crc32,ptr->peerind,LP_Qenqueued,LP_Qerrors,LP_Qfound); ptr->peerind++;