summaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-05 14:43:35 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-05 14:43:35 +0100
commitc4600a19810f64aeded9804fa3d8c609bf9767c5 (patch)
tree1be65689fff47e6715a59ad52801131444fd2e81 /src/nat
parent4eebf33c266d28d6260118c83817fc59bc645dc8 (diff)
downloadgnunet-c4600a19810f64aeded9804fa3d8c609bf9767c5.tar.gz
gnunet-c4600a19810f64aeded9804fa3d8c609bf9767c5.zip
notes
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/gnunet-service-nat.c3
-rw-r--r--src/nat/nat_api_auto.c2
2 files changed, 3 insertions, 2 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.
diff --git a/src/nat/nat_api_auto.c b/src/nat/nat_api_auto.c
index c15a7fc36..c5c5fa67a 100644
--- a/src/nat/nat_api_auto.c
+++ b/src/nat/nat_api_auto.c
@@ -23,7 +23,7 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @author Milan Bouchet-Valat 24 * @author Milan Bouchet-Valat
25 * 25 *
26 * @file nat/nat_api_auto.c.c 26 * @file nat/nat_api_auto.c
27 * Routines for NAT auto configuration. 27 * Routines for NAT auto configuration.
28 */ 28 */
29#include "platform.h" 29#include "platform.h"