remove misleading (and potentially dangerous) statement that clients

are rate-limited more than servers


svn:r3170
This commit is contained in:
Roger Dingledine 2004-12-17 22:32:23 +00:00
parent 26bce698ad
commit 1a946d0efd
2 changed files with 1 additions and 4 deletions

View File

@ -73,7 +73,7 @@ the message.
incorrect, ill-formed, or impossible value.] incorrect, ill-formed, or impossible value.]
0x0006 Unrecognized byte code 0x0006 Unrecognized byte code
[The client tried to set an byte code in the body that [The client tried to set a byte code (in the body) that
we don't recognize.] we don't recognize.]
0x0007 Unauthorized. 0x0007 Unauthorized.

View File

@ -115,9 +115,6 @@ a middleman server.</p>
<p> Benefits of running a server include: <p> Benefits of running a server include:
<ul> <ul>
<li>Clients are generally limited to 100KB/s (and in practice, sometimes
much less), whereas servers can inject or receive as much traffic as
they want.
<li>You may get stronger anonymity, since your destination can't know <li>You may get stronger anonymity, since your destination can't know
whether connections relayed through your computer originated at your whether connections relayed through your computer originated at your
computer or not. computer or not.