diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-13 17:54:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-13 17:54:18 +0000 |
commit | 0703d01b13e6f594c51357bad273e0b26078c13c (patch) | |
tree | c93133bf9ae018f296fd8458c584db55de17f380 | |
parent | 77da824fafe34803df95c060093c44f303bca325 (diff) | |
download | tor-0703d01b13e6f594c51357bad273e0b26078c13c.tar.gz tor-0703d01b13e6f594c51357bad273e0b26078c13c.zip |
fix some problems in control-spec
svn:r3351
-rw-r--r-- | doc/control-spec.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 0e793b9ac1..2cacf4060c 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -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 |