From: Christian Grothoff Date: Wed, 11 Jan 2012 22:28:34 +0000 (+0000) Subject: -updating todo notes X-Git-Tag: initial-import-from-subversion-38251~15347 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b18ecc675f2c17c518f370ab657840853f31135;p=oweals%2Fgnunet.git -updating todo notes --- 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 @@ * @author Christian Grothoff * * TODO: - * - build mesh messages - * - parse mesh replies - * - build IP messages from mesh replies - * - create secondary mesh tunnels if needed * - fully implement shutdown code + * - create secondary mesh tunnels if needed / check overall tunnel creation/management code! + * => test! * - better message queue management (bounded state, drop oldest/RED?) - * - imrpove support for deciding which tunnels to keep and which ones to destroy + * - improve support for deciding which tunnels to keep and which ones to destroy * - add back ICMP support (especially needed for IPv6) + * - consider moving IP-header building / checksumming code into shared library + * with dns/exit/vpn (libgnunettun_tcpip?) */ #include "platform.h" #include "gnunet_util_lib.h"