commit ac299b27f8b65e42b13241c0797971350c5c83f6
parent 244ce828b28118152d9eca3ba98fe0e031a1ebbb
Author: Bart Polot <bart@net.in.tum.de>
Date: Fri, 10 May 2013 16:25:06 +0000
- owner does not timeout tunnel
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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);
}