From 6f0df0c4ad4719601c06fe58c6f7268c67d3674c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 21 Aug 2012 07:40:30 +0000 Subject: [PATCH] - oops, remove debug code --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 8e6d7ef72..78451a64c 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -709,7 +709,7 @@ send_ack (struct GNUNET_MESH_Handle *h, struct GNUNET_MESH_Tunnel *t) uint32_t delta; delta = t->max_recv_pid - t->last_recv_pid; - if (0 && delta > ACK_THRESHOLD) + if (delta > ACK_THRESHOLD) { LOG (GNUNET_ERROR_TYPE_DEBUG, "Not sending ACK on tunnel %X: ACK: %u, PID: %u, buffer %u\n", -- 2.25.1