From ac299b27f8b65e42b13241c0797971350c5c83f6 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 10 May 2013 16:25:06 +0000 Subject: - owner does not timeout tunnel --- src/mesh/gnunet-service-mesh-new.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c index cf29e75ac..6ed5594da 100644 --- a/src/mesh/gnunet-service-mesh-new.c +++ b/src/mesh/gnunet-service-mesh-new.c @@ -4481,7 +4481,6 @@ path_refresh (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) msg = (struct GNUNET_MESH_TunnelKeepAlive *) cbuf; msg->header.size = htons (size); - // FIXME change to tunnel keepalive msg->header.type = htons (GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE); msg->oid = my_full_id; msg->tid = htonl (t->id.tid); @@ -4489,7 +4488,6 @@ path_refresh (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) t->maintenance_task = GNUNET_SCHEDULER_add_delayed (refresh_path_time, &path_refresh, t); - tunnel_reset_timeout (t); } -- cgit v1.2.3