was tested
authorChristian Grothoff <christian@grothoff.org>
Sat, 7 Jan 2017 00:09:01 +0000 (01:09 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sat, 7 Jan 2017 00:09:01 +0000 (01:09 +0100)
doc/man/gnunet-nat.1
src/nat/gnunet-service-nat.c
src/nat/gnunet-service-nat_helper.c

index a8a82883b7e417915594b3de43e55d1c4b2190ac..0a9053444c7bece8173ae252c52428a4ae80682c 100644 (file)
@@ -78,11 +78,13 @@ Watch for connection reversal request (you must be bound to NAT range or to wild
 
   # gnunet-nat -Wt -i 192.168.178.12:8080
 
-Initiate connection reversal request from peer at external IPv4 address 1.2.3.4 while we are running ourselves at 2.3.4.5:8080 (must use IPv4 addresses):
+Initiate connection reversal request from peer at external IPv4 address 1.2.3.4, while we are running ourselves at 2.3.4.5:8080 (must use IPv4 addresses):
 
   # gnunet-nat -t -r 1.2.3.4:8080 -i 2.3.4.5:8080
 
-  # gnunet-nat -t -r 1.2.3.4:8080 -i 0.0.0.0:8080 ### TEST THIS!
+Initiate connection reversal request from peer at external IPv4 address 1.2.3.4, and let the kernel fill in whatever IPv4 address we happen to have:
+
+  # gnunet-nat -t -r 1.2.3.4:8080 -i 0.0.0.0:8080 
 
 \fBManual hole punching:\fR
 
index 95b19a55c25bf17339bad39a39698a0ae959117f..a8a824b48d32017552cc73bf3e1a4b0940a316c8 100644 (file)
@@ -28,7 +28,6 @@
  * knowledge about the local network topology.
  *
  * TODO:
- * - test and document (!) ICMP based NAT traversal
  * - test manual hole punching support
  * - adapt existing transports to use new NAT logic
  * - abandon legacy NAT code
index 7e5051d6571305d43d1006c2912f4a78cf568077..b850c8a6bf5dfc454e0ba2897f8236b23ce72186 100644 (file)
@@ -390,7 +390,7 @@ GN_request_connection_reversal (const struct in_addr *internal_address,
                    "%d",
                    internal_port);
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             _("Running gnunet-helper-nat-client %s %s %u\n"),
+             "Running gnunet-helper-nat-client %s %s %u\n",
              intv4,
              remv4,
              internal_port);