From 841b1e436925059ff3365df5fdfddeaec7805011 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 18 Mar 2009 19:30:22 +0000 Subject: [PATCH] Clarify that the nickname part of a LongName is indeed optional. svn:r19076 --- control-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/control-spec.txt b/control-spec.txt index 86bdf84..576c5dc 100644 --- a/control-spec.txt +++ b/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