Procházet zdrojové kódy

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


svn:r3170

Roger Dingledine před 19 roky
rodič
revize
1a946d0efd
2 změnil soubory, kde provedl 1 přidání a 4 odebrání
  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.]
 
         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.

+ 0 - 3
doc/tor-doc.html

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