aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 21:46:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 21:46:25 +0000
commit634c4e3796696548438a9b36b74ea19ba380d18c (patch)
tree059a898fa0fcd472f4de9288fecc3df4900088fe /src/vpn/gnunet-service-vpn.c
parent0f617a81c282e9897b8695612e57ca6cc70f60b7 (diff)
downloadgnunet-634c4e3796696548438a9b36b74ea19ba380d18c.tar.gz
gnunet-634c4e3796696548438a9b36b74ea19ba380d18c.zip
-finishing first implementation of VPN client library
Diffstat (limited to 'src/vpn/gnunet-service-vpn.c')
-rw-r--r--src/vpn/gnunet-service-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index f45c22370..27490db50 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -29,11 +29,11 @@
29 * TODO: 29 * TODO:
30 * - create tunnels 30 * - create tunnels
31 * - implement service message handlers 31 * - implement service message handlers
32 * - define mesh message formats between VPN and EXIT!
32 * - build mesh messages 33 * - build mesh messages
33 * - parse mesh replies 34 * - parse mesh replies
34 * - build IP messages from mesh replies 35 * - build IP messages from mesh replies
35 * - fully implement shutdown code 36 * - fully implement shutdown code
36 * - [implement VPN library]
37 * - add back ICMP support (especially needed for IPv6) 37 * - add back ICMP support (especially needed for IPv6)
38 */ 38 */
39#include "platform.h" 39#include "platform.h"