diff options
Diffstat (limited to 'src/mesh/mesh2_api.c')
-rw-r--r-- | src/mesh/mesh2_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/mesh2_api.c b/src/mesh/mesh2_api.c index aca5108fad..ef940f7e4d 100644 --- a/src/mesh/mesh2_api.c +++ b/src/mesh/mesh2_api.c @@ -1460,6 +1460,7 @@ GNUNET_MESH_tunnel_create (struct GNUNET_MESH_Handle *h, msg.tunnel_id = htonl (t->tid); msg.port = htonl (port); msg.peer = *peer; + t->last_ack_sent = 0; send_packet (h, &msg.header, t); return t; } |