aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-service-nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-12-25 18:35:15 +0100
committerChristian Grothoff <christian@grothoff.org>2016-12-25 18:35:15 +0100
commitd39684ffb508e1697abb283413c9bbbee978b49d (patch)
tree769baff1ea63cb9f74bff14d5fe5c82de181a9db /src/nat/gnunet-service-nat.c
parent4905f68d52125e59e7e86fd984b60ecbb6b3ba28 (diff)
downloadgnunet-d39684ffb508e1697abb283413c9bbbee978b49d.tar.gz
gnunet-d39684ffb508e1697abb283413c9bbbee978b49d.zip
ensure nat clients get notifications on disconnect about 'lost' addresses
Diffstat (limited to 'src/nat/gnunet-service-nat.c')
-rw-r--r--src/nat/gnunet-service-nat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index e7173e57a..5b5a108eb 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -28,8 +28,8 @@
28 * knowledge about the local network topology. 28 * knowledge about the local network topology.
29 * 29 *
30 * TODO: 30 * TODO:
31 * - TEST UPnPC/PMP-based NAT traversal 31 * - test ICMP based NAT traversal
32 * - implement STUN processing to classify NAT; 32 * - implement & test STUN processing to classify NAT;
33 * basically, open port & try different methods. 33 * basically, open port & try different methods.
34 * - implement "more" autoconfig 34 * - implement "more" autoconfig
35 * - implement NEW logic for external IP detection 35 * - implement NEW logic for external IP detection