From 1286bfac401b56310040a1fc5b734cc8ea9d9c90 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 7 Jun 2013 02:41:11 +0000 Subject: [PATCH] - tmp hack --- src/mesh/mesh2_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/mesh2_api.c b/src/mesh/mesh2_api.c index 0475f7fe0..80c1c03d4 100644 --- a/src/mesh/mesh2_api.c +++ b/src/mesh/mesh2_api.c @@ -821,6 +821,7 @@ process_tunnel_created (struct GNUNET_MESH_Handle *h, if (NULL != h->new_tunnel) { t = create_tunnel (h, tid); + t->last_ack_sent = INITIAL_WINDOW_SIZE - 1; t->peer = GNUNET_PEER_intern (&msg->peer); GNUNET_PEER_change_rc (t->peer, 1); t->mesh = h; -- 2.25.1