diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-08-09 18:55:32 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-08-09 18:55:32 -0700 |
commit | 492416be0c9e4a510dc130301e0029d747b5756d (patch) | |
tree | 2b2f90672b12e5c2f486c9e6327ae1c98c1aecbf /doc/spec | |
parent | 4311b9a6d1d1af293583602f73b195ac3c91d2bc (diff) | |
parent | 33762b529694f58d7640ebcbef1bc0f940419c89 (diff) | |
download | tor-492416be0c9e4a510dc130301e0029d747b5756d.tar.gz tor-492416be0c9e4a510dc130301e0029d747b5756d.zip |
Merge commit 'ioerror/LetsKillNoConnect'
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/address-spec.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/spec/address-spec.txt b/doc/spec/address-spec.txt index 95641b49b8..fdae9b82a4 100644 --- a/doc/spec/address-spec.txt +++ b/doc/spec/address-spec.txt @@ -53,15 +53,3 @@ When Tor sees an address in this format, it tries to look up and connect to the specified hidden service. See rend-spec.txt for full details. -4. .noconnect - - SYNTAX: [string].noconnect - - When Tor sees an address in this format, it immediately closes the - connection without attaching it to any circuit. This is useful for - controllers that want to test whether a given application is indeed using - the same instance of Tor that they're controlling. - -5. [XXX Is there a ".virtual" address that we expose too, or is that -just intended to be internal? -RD] - |