commit 3ab467de6e107c44cc044374d5a2aaf3641f3f0d Author: Nick Mathewson nickm@torproject.org Date: Tue Sep 12 09:48:02 2017 -0400
Update "protocols" description to say it is obsolete
Closes ticket 23445. --- dir-spec.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 20416a6..212a2e8 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -692,13 +692,10 @@
[At most once.]
- Both lists are space-separated sequences of numbers, to indicate which - protocols the server supports. As of 30 Mar 2008, specified - protocols are "Link 1 2 Circuit 1". See section 4.1 of tor-spec.txt - for more information about link protocol versions. - - [NOTE: No version of Tor uses this protocol list. It will be removed - in a future version of Tor.] + An obsolete list of protocol versions, superseded by the "proto" + entry. This list was never parsed, and has not been emitted + since Tor 0.2.9.4-alpha. New code should neither generate nor + parse this line.
"allow-single-hop-exits" NL
tor-commits@lists.torproject.org