- owner does not timeout tunnel
authorBart Polot <bart@net.in.tum.de>
Fri, 10 May 2013 16:25:06 +0000 (16:25 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 10 May 2013 16:25:06 +0000 (16:25 +0000)
src/mesh/gnunet-service-mesh-new.c

index cf29e75ac9a2ab43ca32a4a1f041edde7bd7356b..6ed5594da7db827bc42b6c750fa2eabcc90d013a 100644 (file)
@@ -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);
 }