diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-03-18 19:30:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-03-18 19:30:22 +0000 |
commit | 49308dcc7ad498d03d5460c0078d1e684cb1a1a2 (patch) | |
tree | f39d4dda79d909e79a947d5789d736bf259f62e8 | |
parent | cb3b95de194d34f3c9a43392dadf0f2a421a4612 (diff) | |
download | tor-49308dcc7ad498d03d5460c0078d1e684cb1a1a2.tar.gz tor-49308dcc7ad498d03d5460c0078d1e684cb1a1a2.zip |
Clarify that the nickname part of a LongName is indeed optional.
svn:r19076
-rw-r--r-- | doc/spec/control-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 86bdf84052..576c5dcd53 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -96,7 +96,8 @@ $Id$ Fingerprint = "$" 40*HEXDIG ; A "=" indicates that the given nickname is canonical; a "~" indicates - ; that the given nickname is not canonical. + ; that the given nickname is not canonical. If no nickname is given at + ; all, Tor does not even have a guess for what this router calls itself. LongName = Fingerprint [ ( "=" / "~" ) Nickname ] ; How a controller tells Tor about a particular OR. There are four |