aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-11 22:28:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-11 22:28:34 +0000
commit7b18ecc675f2c17c518f370ab657840853f31135 (patch)
tree431ed772f9b2bb6070729d73bfe407e086755a78
parente6a36775a87092d175e202fca020fd2d2d67e730 (diff)
downloadgnunet-7b18ecc675f2c17c518f370ab657840853f31135.tar.gz
gnunet-7b18ecc675f2c17c518f370ab657840853f31135.zip
-updating todo notes
-rw-r--r--src/vpn/gnunet-service-vpn.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 5b2999d77..31391bc9f 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -27,14 +27,14 @@
27 * @author Christian Grothoff 27 * @author Christian Grothoff
28 * 28 *
29 * TODO: 29 * TODO:
30 * - build mesh messages
31 * - parse mesh replies
32 * - build IP messages from mesh replies
33 * - create secondary mesh tunnels if needed
34 * - fully implement shutdown code 30 * - fully implement shutdown code
31 * - create secondary mesh tunnels if needed / check overall tunnel creation/management code!
32 * => test!
35 * - better message queue management (bounded state, drop oldest/RED?) 33 * - better message queue management (bounded state, drop oldest/RED?)
36 * - imrpove support for deciding which tunnels to keep and which ones to destroy 34 * - improve support for deciding which tunnels to keep and which ones to destroy
37 * - add back ICMP support (especially needed for IPv6) 35 * - add back ICMP support (especially needed for IPv6)
36 * - consider moving IP-header building / checksumming code into shared library
37 * with dns/exit/vpn (libgnunettun_tcpip?)
38 */ 38 */
39#include "platform.h" 39#include "platform.h"
40#include "gnunet_util_lib.h" 40#include "gnunet_util_lib.h"