[or-cvs] nicknames are at most 19 chars
Roger Dingledine
arma at seul.org
Mon Apr 5 04:41:34 UTC 2004
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
tor-spec.txt
Log Message:
nicknames are at most 19 chars
Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- tor-spec.txt 17 Mar 2004 07:28:09 -0000 1.51
+++ tor-spec.txt 5 Apr 2004 04:41:32 -0000 1.52
@@ -567,7 +567,7 @@
SocksPort ::= where the router listens for applications (speaking socks)
DirPort ::= where the router listens for directory download requests
bandwidth ::= maximum bandwidth, in bytes/s
-nickname ::= between 1 and 32 alphanumeric characters. case-insensitive.
+nickname ::= between 1 and 19 alphanumeric characters, case-insensitive.
Bandwidth and ports are required; if they are not included in the router
line, they must appear in "bandwidth" and "ports" lines.
More information about the tor-commits
mailing list