aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-14 23:16:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-14 23:16:53 +0000
commita72a1c6fc09216c5be7f5ee697ff55cf66907c80 (patch)
tree2da519f4a7fb51bb7835a26ef9c8b7c794be5989 /src/exit/gnunet-daemon-exit.c
parent1ffdb025e05637fff06a7fa81fa8f219511ac03f (diff)
downloadgnunet-a72a1c6fc09216c5be7f5ee697ff55cf66907c80.tar.gz
gnunet-a72a1c6fc09216c5be7f5ee697ff55cf66907c80.zip
-fixing crash, notes
Diffstat (limited to 'src/exit/gnunet-daemon-exit.c')
-rw-r--r--src/exit/gnunet-daemon-exit.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index b0f0d215a..f5dd1f585 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -25,7 +25,14 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * 26 *
27 * TODO: 27 * TODO:
28 * - need some logging
29 * - need some statistics
30 * - test
31 *
32 * Code cleanup:
28 * - factor out crc computations from DNS/EXIT/VPN into shared library? 33 * - factor out crc computations from DNS/EXIT/VPN into shared library?
34 *
35 * Design:
29 * - which code should advertise services? the service model is right 36 * - which code should advertise services? the service model is right
30 * now a bit odd, especially as this code DOES the exit and knows 37 * now a bit odd, especially as this code DOES the exit and knows
31 * the DNS "name", but OTOH this is clearly NOT the place to advertise 38 * the DNS "name", but OTOH this is clearly NOT the place to advertise