aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-07 01:09:01 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-07 01:09:01 +0100
commit7873611e180052414e10ed5b4d3a21831a2cc1ce (patch)
tree9248a8119b5b52dd294e890da780e508752325ab /src
parent0371316989c99e94c5cf6e32e0cc9dd725339f11 (diff)
downloadgnunet-7873611e180052414e10ed5b4d3a21831a2cc1ce.tar.gz
gnunet-7873611e180052414e10ed5b4d3a21831a2cc1ce.zip
was tested
Diffstat (limited to 'src')
-rw-r--r--src/nat/gnunet-service-nat.c1
-rw-r--r--src/nat/gnunet-service-nat_helper.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 95b19a55c..a8a824b48 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -28,7 +28,6 @@
28 * knowledge about the local network topology. 28 * knowledge about the local network topology.
29 * 29 *
30 * TODO: 30 * TODO:
31 * - test and document (!) ICMP based NAT traversal
32 * - test manual hole punching support 31 * - test manual hole punching support
33 * - adapt existing transports to use new NAT logic 32 * - adapt existing transports to use new NAT logic
34 * - abandon legacy NAT code 33 * - abandon legacy NAT code
diff --git a/src/nat/gnunet-service-nat_helper.c b/src/nat/gnunet-service-nat_helper.c
index 7e5051d65..b850c8a6b 100644
--- a/src/nat/gnunet-service-nat_helper.c
+++ b/src/nat/gnunet-service-nat_helper.c
@@ -390,7 +390,7 @@ GN_request_connection_reversal (const struct in_addr *internal_address,
390 "%d", 390 "%d",
391 internal_port); 391 internal_port);
392 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 392 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
393 _("Running gnunet-helper-nat-client %s %s %u\n"), 393 "Running gnunet-helper-nat-client %s %s %u\n",
394 intv4, 394 intv4,
395 remv4, 395 remv4,
396 internal_port); 396 internal_port);