From 1a946d0efd32d10d0ed9f661e72acaf8de1d15ac Mon Sep 17 00:00:00 2001
From: Roger Dingledine
Date: Fri, 17 Dec 2004 22:32:23 +0000
Subject: [PATCH] remove misleading (and potentially dangerous) statement that
clients are rate-limited more than servers
svn:r3170
---
doc/control-spec.txt | 2 +-
doc/tor-doc.html | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
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.