From: Roger Dingledine
Date: Fri, 17 Dec 2004 22:32:23 +0000 (+0000)
Subject: remove misleading (and potentially dangerous) statement that clients
X-Git-Tag: debian-version-0.0.9.2-1~78
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a946d0efd32d10d0ed9f661e72acaf8de1d15ac;p=thirdparty%2Ftor.git
remove misleading (and potentially dangerous) statement that clients
are rate-limited more than servers
svn:r3170
---
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 251d2b47a1..c0f77382e6 100644
--- a/doc/control-spec.txt
+++ b/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.
diff --git a/doc/tor-doc.html b/doc/tor-doc.html
index f681c62453..ca7c4bc815 100644
--- a/doc/tor-doc.html
+++ b/doc/tor-doc.html
@@ -115,9 +115,6 @@ a middleman server.
Benefits of running a server include:
-- 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.
- You may get stronger anonymity, since your destination can't know
whether connections relayed through your computer originated at your
computer or not.