aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-service-nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-12-25 19:20:16 +0100
committerChristian Grothoff <christian@grothoff.org>2016-12-25 19:20:16 +0100
commit9ba4c1d15e6bcb20c47dff1067ab76e86d7c0f8a (patch)
tree75722fe825a4adb3b2718309b25f07967419c598 /src/nat/gnunet-service-nat.c
parentd39684ffb508e1697abb283413c9bbbee978b49d (diff)
downloadgnunet-9ba4c1d15e6bcb20c47dff1067ab76e86d7c0f8a.tar.gz
gnunet-9ba4c1d15e6bcb20c47dff1067ab76e86d7c0f8a.zip
notes for next steps with NAT
Diffstat (limited to 'src/nat/gnunet-service-nat.c')
-rw-r--r--src/nat/gnunet-service-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 5b5a108eb..762175437 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -29,9 +29,10 @@
29 * 29 *
30 * TODO: 30 * TODO:
31 * - test ICMP based NAT traversal 31 * - test ICMP based NAT traversal
32 * - implement "more" autoconfig:
33 * re-work gnunet-nat-server & integrate!
32 * - implement & test STUN processing to classify NAT; 34 * - implement & test STUN processing to classify NAT;
33 * basically, open port & try different methods. 35 * basically, open port & try different methods.
34 * - implement "more" autoconfig
35 * - implement NEW logic for external IP detection 36 * - implement NEW logic for external IP detection
36 */ 37 */
37#include "platform.h" 38#include "platform.h"