diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-17 22:32:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-17 22:32:23 +0000 |
commit | 1a946d0efd32d10d0ed9f661e72acaf8de1d15ac (patch) | |
tree | b6c57aef86b398e421784388672a13f3f05c2712 | |
parent | 26bce698adf89c3d0afeb49574f26c337d474f81 (diff) | |
download | tor-1a946d0efd32d10d0ed9f661e72acaf8de1d15ac.tar tor-1a946d0efd32d10d0ed9f661e72acaf8de1d15ac.tar.gz |
remove misleading (and potentially dangerous) statement that clients
are rate-limited more than servers
svn:r3170
-rw-r--r-- | doc/control-spec.txt | 2 | ||||
-rw-r--r-- | doc/tor-doc.html | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 251d2b47a..c0f77382e 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 f681c6245..ca7c4bc81 100644 --- a/doc/tor-doc.html +++ b/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. |