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.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index b3e81127b..7fa329b54 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -28,13 +28,8 @@
28 * knowledge about the local network topology. 28 * knowledge about the local network topology.
29 * 29 *
30 * TODO: 30 * TODO:
31 * - adapt existing transports to use new NAT logic 31 * - migrate test cases to new NAT service
32 * - abandon legacy NAT code 32 * - add new traceroute-based logic for external IP detection
33 *
34 * - implement "more" autoconfig:
35 * + consider moving autoconfig-logic into separate service!
36 * + re-work gnunet-nat-server & integrate!
37 * + test manually punched NAT (how?)
38 * 33 *
39 * - implement & test STUN processing to classify NAT; 34 * - implement & test STUN processing to classify NAT;
40 * basically, open port & try different methods. 35 * basically, open port & try different methods.