aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-06 22:28:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-06 22:28:55 +0000
commitbef38ad7045696f90f3205fce196eaaf1f9799fb (patch)
treec3365b9845933d98c830734515f325edef5dbb99
parent7e9b91392479f94df116717c3594b56f93a50b02 (diff)
downloadgnunet-bef38ad7045696f90f3205fce196eaaf1f9799fb.tar.gz
gnunet-bef38ad7045696f90f3205fce196eaaf1f9799fb.zip
-thoughts
-rw-r--r--src/exit/gnunet-daemon-exit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index fe533ee9e..363060966 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -27,6 +27,11 @@
27 * TODO: 27 * TODO:
28 * - need proper message headers for mesh P2P messages 28 * - need proper message headers for mesh P2P messages
29 * - factor out crc computations from DNS/EXIT into shared library? 29 * - factor out crc computations from DNS/EXIT into shared library?
30 * - which code should advertise services? the service model is right
31 * now a bit odd, especially as this code DOES the exit and knows
32 * the DNS "name", but OTOH this is clearly NOT the place to advertise
33 * the service's existence; maybe the daemon should turn into a
34 * service with an API to add local-exit services dynamically?
30 */ 35 */
31#include <platform.h> 36#include <platform.h>
32#include <gnunet_common.h> 37#include <gnunet_common.h>