[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] make slightly clearer that mapaddress arguments are strings



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:
make slightly clearer that mapaddress arguments are strings


Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- control-spec.txt	18 Feb 2005 18:34:37 -0000	1.16
+++ control-spec.txt	23 Feb 2005 06:58:18 -0000	1.17
@@ -250,12 +250,12 @@
   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
+  instead send a special null address ("0.0.0.0" for IPv4, "::0" for IPv6, or
+  "." for hostname), signifying that the server should choose the original
   address itself, and return that address in the DONE 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.
+  should ensure that it returns 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