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
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)
*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,