diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-08-21 07:40:30 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-08-21 07:40:30 +0000 |
commit | f35f246a56605cd42ccf897e1e0a2c7edfc8f169 (patch) | |
tree | a191db3bca28b8502c8ef0c4d35328f1eb86a1fa /src/mesh/mesh_api.c | |
parent | ef47d463f3641ed0b7b7e7fe16f851af089250b8 (diff) |
- oops, remove debug code
git-svn-id: https://gnunet.org/svn/gnunet@23333 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r-- | src/mesh/mesh_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 8e6d7ef72f..78451a64c8 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", |