aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-12-18 07:36:31 +0100
committerChristian Grothoff <christian@grothoff.org>2016-12-18 07:36:31 +0100
commit28e8a15dd1092cee6938e0c12c1763737612a08f (patch)
treee428beae9a473f48b0f6a8eecde7f967dd70ceb3 /src
parent605227ee99846471196e222c6c25cafbe0a64232 (diff)
downloadgnunet-28e8a15dd1092cee6938e0c12c1763737612a08f.tar.gz
gnunet-28e8a15dd1092cee6938e0c12c1763737612a08f.zip
update todos
Diffstat (limited to 'src')
-rw-r--r--src/nat/gnunet-service-nat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 29df27108..af4017402 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -28,8 +28,9 @@
28 * knowledge about the local network topology. 28 * knowledge about the local network topology.
29 * 29 *
30 * TODO: 30 * TODO:
31 * - implement UPnPC/PMP-based NAT traversal 31 * - TEST UPnPC/PMP-based NAT traversal
32 * - implement autoconfig 32 * - implement STUN processing to classify NAT
33 * - implement "more" autoconfig
33 * - implement NEW logic for external IP detection 34 * - implement NEW logic for external IP detection
34 */ 35 */
35#include "platform.h" 36#include "platform.h"