[or-cvs] fix some problems in control-spec

Roger Dingledine arma at seul.org
Thu Jan 13 17:54:20 UTC 2005


Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc

Modified Files:
	control-spec.txt 
Log Message:
fix some problems in control-spec


Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- control-spec.txt	6 Jan 2005 02:02:18 -0000	1.12
+++ control-spec.txt	13 Jan 2005 17:54:18 -0000	1.13
@@ -242,12 +242,12 @@
   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



More information about the tor-commits mailing list