aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-05 04:41:32 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-05 04:41:32 +0000
commitc326422e57319a0c141211466ecb5fa7e2a17be6 (patch)
tree68b18233519e3318f7833e14394cf1666e5b2291
parent7793078dffae64d8d4574a37c6ffa40fb54637c9 (diff)
downloadtor-c326422e57319a0c141211466ecb5fa7e2a17be6.tar
tor-c326422e57319a0c141211466ecb5fa7e2a17be6.tar.gz
nicknames are at most 19 chars
svn:r1472
-rw-r--r--doc/tor-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index 4d6573993..7c0297429 100644
--- a/doc/tor-spec.txt
+++ b/doc/tor-spec.txt
@@ -567,7 +567,7 @@ ORport ::= port where the router listens for routers/proxies (speaking cells)
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.