From: Bart Polot Date: Fri, 10 May 2013 16:25:06 +0000 (+0000) Subject: - owner does not timeout tunnel X-Git-Tag: initial-import-from-subversion-38251~9085 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac299b27f8b65e42b13241c0797971350c5c83f6;p=oweals%2Fgnunet.git - owner does not timeout tunnel --- 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); }