update
authorChristian Grothoff <christian@grothoff.org>
Mon, 12 Apr 2010 12:05:28 +0000 (12:05 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 12 Apr 2010 12:05:28 +0000 (12:05 +0000)
TODO
src/hostlist/hostlist-client.c

diff --git a/TODO b/TODO
index 4a04fe5e726b47dc60244e6a5a66a31de4a40b6a..471e1bb908f0d4785bc6c702440b8ae366eeb340 100644 (file)
--- 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
index b63644b41da53260a59b4b80174de7d348a69842..ee33c83fc808a0ec562d5c25b166893bb9b006ad 100644 (file)
@@ -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,