commit f8f90fbb5bc4d4f6fd478ebfebfc25143719844f
parent 8904974f2cf68cd7f55d13d635e82be8f852e962
Author: Bart Polot <bart@net.in.tum.de>
Date: Thu, 11 Jul 2013 15:24:38 +0000
- adapt delay after each ACK
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
@@ -3985,7 +3985,7 @@ handle_mesh_data_ack (void *cls, const struct GNUNET_PeerIdentity *peer,
if (copy->id > ack)
{
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "!!! head %u, out!\n", copy->id);
- return GNUNET_OK;
+ break;
}
work = GNUNET_YES;
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "!!! id %u\n", copy->id);