]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix some problems in control-spec
authorRoger Dingledine <arma@torproject.org>
Thu, 13 Jan 2005 17:54:18 +0000 (17:54 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 13 Jan 2005 17:54:18 +0000 (17:54 +0000)
svn:r3351

doc/control-spec.txt

index 0e793b9ac13433f4e04a0b01fa14486a26d30b50..2cacf4060c31ec12ae27530aa30c2b59ab63d4ed 100644 (file)
@@ -242,12 +242,12 @@ the message.
   with an internal ERROR message.
 
   The client may decline to provide a body for the original address, and
-  instead send a special null address (0.0.0.0 for IPv4, ::0 for IPv6, or "."
-  for hostname).  This signifies that the server should choose the original
-  address itself, and return that address in the ADDRESSMAPPED message.  The
-  server should an element of address space that is unlikely to be in actual
-  use.  If there is already an address mapped to the destination address, the
-  server may reuse that mapping.
+  instead send a special null address (0.0.0.0 for IPv4, ::0 for IPv6, or
+  "."  for hostname).  This signifies that the server should choose the
+  original address itself, and return that address in the ADDRESSMAPPED
+  message.  The server should ensure that an element of address space
+  that is unlikely to be in actual use.  If there is already an address
+  mapped to the destination address, the server may reuse that mapping.
 
   If the original address is already mapped to a different address, the old
   mapping is removed.  If the original address and the destination address