From 87c71e33ab62b62b23a8a5b4ba40cac413cb9029 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 12 Apr 2010 12:05:28 +0000 Subject: [PATCH] update --- TODO | 3 ++- src/hostlist/hostlist-client.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 4a04fe5e7..471e1bb90 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ 0.9.0pre0 [April]: -* HOSTLIST: seems to have NO 'tcp' in it, so cannot have any addresses!? [CG] +* NAT: peer behind NAT fails to bootstrap: we never get a session key from the other peer + (but we DO get a PONG to our PING!) [CG] * FS-acceptance testing [CG] * Release checks: - portability diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c index b63644b41..ee33c83fc 100644 --- a/src/hostlist/hostlist-client.c +++ b/src/hostlist/hostlist-client.c @@ -650,7 +650,7 @@ schedule_hostlist_task () hostlist_delay = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, (1 + connection_count)); GNUNET_STATISTICS_set (stats, - gettext_noop("Minimum time between hostlist downloads"), + gettext_noop("# seconds between hostlist downloads"), hostlist_delay.value, GNUNET_YES); if (0 == once) @@ -809,7 +809,7 @@ GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c, *msgh = &advertisement_handler; GNUNET_STATISTICS_get (stats, "hostlist", - gettext_noop("Minimum time between hostlist downloads"), + gettext_noop("# seconds between hostlist downloads"), GNUNET_TIME_UNIT_MINUTES, &primary_task, &process_stat, -- 2.25.1