aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-service-nat.c
diff options
context:
space:
mode:
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 5037f52d3..27e16820f 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -32,7 +32,8 @@
32 * - implement manual hole punching support (incl. DNS 32 * - implement manual hole punching support (incl. DNS
33 * lookup for DynDNS setups!) 33 * lookup for DynDNS setups!)
34 * - implement "more" autoconfig: 34 * - implement "more" autoconfig:
35 * re-work gnunet-nat-server & integrate! 35 * + re-work gnunet-nat-server & integrate!
36 * + consider moving autoconfig-logic into separate service!
36 * + test manually punched NAT (how?) 37 * + test manually punched NAT (how?)
37 * - implement & test STUN processing to classify NAT; 38 * - implement & test STUN processing to classify NAT;
38 * basically, open port & try different methods. 39 * basically, open port & try different methods.