mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
nicknames are at most 19 chars
svn:r1472
This commit is contained in:
parent
7793078dff
commit
c326422e57
@ -567,7 +567,7 @@ ORport ::= port where the router listens for routers/proxies (speaking cells)
|
|||||||
SocksPort ::= where the router listens for applications (speaking socks)
|
SocksPort ::= where the router listens for applications (speaking socks)
|
||||||
DirPort ::= where the router listens for directory download requests
|
DirPort ::= where the router listens for directory download requests
|
||||||
bandwidth ::= maximum bandwidth, in bytes/s
|
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
|
Bandwidth and ports are required; if they are not included in the router
|
||||||
line, they must appear in "bandwidth" and "ports" lines.
|
line, they must appear in "bandwidth" and "ports" lines.
|
||||||
|
Loading…
Reference in New Issue
Block a user