From 673dda8cec9a607d77543abd697982fc1fe9e271 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Jul 2009 21:38:38 +0000 Subject: [PATCH] update --- TODO | 13 +++++++++++++ src/testing/testing.c | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/TODO b/TODO index 2cc3ec328..509c3cb91 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,20 @@ away), in order in which they will likely be done: PHASE #2: (Goal: recover basic file-sharing functionality) * TESTING (needed for DV, DHT, Topology) - implement library for local testing + + check API for hostname specification; + maybe use space-separated list instead? + + modify configuration to allow controlling + connections for non-local starts + + starting of groups of peers (and auto-setting + of PORT options) + + testbed creation with topology + + testbed with churn - implement testcases for library + + test basic peer start + + test basic peer connect + + test group start + + test topology creation + + test churn generation * TOPOLOGY: - implement testcases (needs TESTING) * HOSTLIST: diff --git a/src/testing/testing.c b/src/testing/testing.c index 43553e5c1..3406355c5 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -27,6 +27,11 @@ * use functions from gnunet_{util,arm}_lib.h. This API is * ONLY for writing testcases! * @author Christian Grothoff + * + * TODO: + * - modify configuration to allow 2087-connections from + * controlling host (otherwise shutdown won't work) + * */ #include "platform.h" #include "gnunet_arm_service.h" -- 2.25.1