Browse Source

remove misleading (and potentially dangerous) statement that clients
are rate-limited more than servers


svn:r3170

Roger Dingledine 21 years ago
parent
commit
1a946d0efd
2 changed files with 1 additions and 4 deletions
  1. 1 1
      doc/control-spec.txt
  2. 0 3
      doc/tor-doc.html

+ 1 - 1
doc/control-spec.txt

@@ -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.

+ 0 - 3
doc/tor-doc.html

@@ -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.