aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-05 20:28:34 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-05 20:28:34 +0100
commit6c0265bec0fc790093e1acef073d3c1f01da67cc (patch)
tree56f1313aa9151d1fe6caa917a16dc087baa02494 /src/nat
parent97b06492321615b8ad3823bf6e6ff8320641ccc4 (diff)
downloadgnunet-6c0265bec0fc790093e1acef073d3c1f01da67cc.tar.gz
gnunet-6c0265bec0fc790093e1acef073d3c1f01da67cc.zip
update comments
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/gnunet-service-nat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 9a87c0586..8af27af9e 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -30,10 +30,16 @@
30 * TODO: 30 * TODO:
31 * - test and document (!) ICMP based NAT traversal 31 * - test and document (!) ICMP based NAT traversal
32 * - test manual hole punching support 32 * - test manual hole punching support
33 * - consider passing transport plugin name instead of
34 * external IP address string (more flexible!)
35 * - adapt existing transports to use new NAT logic
36 * - abandon legacy NAT code
37 *
33 * - implement "more" autoconfig: 38 * - implement "more" autoconfig:
34 * + consider moving autoconfig-logic into separate service! 39 * + consider moving autoconfig-logic into separate service!
35 * + re-work gnunet-nat-server & integrate! 40 * + re-work gnunet-nat-server & integrate!
36 * + test manually punched NAT (how?) 41 * + test manually punched NAT (how?)
42 *
37 * - implement & test STUN processing to classify NAT; 43 * - implement & test STUN processing to classify NAT;
38 * basically, open port & try different methods. 44 * basically, open port & try different methods.
39 */ 45 */