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 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"