aboutsummaryrefslogtreecommitdiff
path: root/doc/man
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 /doc/man
parent4905f68d52125e59e7e86fd984b60ecbb6b3ba28 (diff)
downloadgnunet-d39684ffb508e1697abb283413c9bbbee978b49d.tar.gz
gnunet-d39684ffb508e1697abb283413c9bbbee978b49d.zip
ensure nat clients get notifications on disconnect about 'lost' addresses
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-nat.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 484537eb0..2ba236399 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -67,7 +67,7 @@ Watch for connection reversal requests.
67 67
68\fBBasic examples\fR 68\fBBasic examples\fR
69 69
70We are bound to "0.0.0.0:8080" on UDP and want to obtain all applicable IP addresses (BUG: sometimes upnpc fails to create mapping, cause unclear): 70We are bound to "0.0.0.0:8080" on UDP and want to obtain all applicable IP addresses:
71 71
72 # gnunet-nat -i 0.0.0.0:8080 -u 72 # gnunet-nat -i 0.0.0.0:8080 -u
73 73
@@ -75,7 +75,7 @@ We are bound to "::0" on port 8080 on TCP and want to obtain all applicable IP a
75 75
76 # gnunet-nat -i '[::0]':8080 -t 76 # gnunet-nat -i '[::0]':8080 -t
77 77
78We are bound to "127.0.0.1:8080" on UDP and want to obtain all applicable IP addresses (BUG: currently fails, also gives IPs from other interfaces in output!): 78We are bound to "127.0.0.1:8080" on UDP and want to obtain all applicable IP addresses:
79 79
80 # gnunet-nat -i 127.0.0.1:8080 -u 80 # gnunet-nat -i 127.0.0.1:8080 -u
81 81