From: Bart Polot Date: Fri, 7 Jun 2013 02:41:11 +0000 (+0000) Subject: - tmp hack X-Git-Tag: initial-import-from-subversion-38251~8817 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1286bfac401b56310040a1fc5b734cc8ea9d9c90;p=oweals%2Fgnunet.git - tmp hack --- 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;