gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10880 - in gnunet: . src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r10880 - in gnunet: . src/hostlist
Date: Mon, 12 Apr 2010 14:05:28 +0200

Author: grothoff
Date: 2010-04-12 14:05:28 +0200 (Mon, 12 Apr 2010)
New Revision: 10880

Modified:
   gnunet/TODO
   gnunet/src/hostlist/hostlist-client.c
Log:
update

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-04-12 11:56:11 UTC (rev 10879)
+++ gnunet/TODO 2010-04-12 12:05:28 UTC (rev 10880)
@@ -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

Modified: gnunet/src/hostlist/hostlist-client.c
===================================================================
--- gnunet/src/hostlist/hostlist-client.c       2010-04-12 11:56:11 UTC (rev 
10879)
+++ gnunet/src/hostlist/hostlist-client.c       2010-04-12 12:05:28 UTC (rev 
10880)
@@ -650,7 +650,7 @@
     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 @@
   *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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]