]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove misleading (and potentially dangerous) statement that clients
authorRoger Dingledine <arma@torproject.org>
Fri, 17 Dec 2004 22:32:23 +0000 (22:32 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 17 Dec 2004 22:32:23 +0000 (22:32 +0000)
are rate-limited more than servers

svn:r3170

doc/control-spec.txt
doc/tor-doc.html

index 251d2b47a175aaa42f5fcd405c0fa0ace279b4a3..c0f77382e64da227ec0b951007b3c4643101c8ac 100644 (file)
@@ -73,7 +73,7 @@ the message.
                 incorrect, ill-formed, or impossible value.]
 
         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.]
 
         0x0007 Unauthorized.
index f681c624531a90ce23c2b5a4df5c07f498b10011..ca7c4bc815db81de3734f4c9ff6b20913e8736c0 100644 (file)
@@ -115,9 +115,6 @@ a middleman server.</p>
 
 <p> Benefits of running a server include:
 <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
 whether connections relayed through your computer originated at your
 computer or not.