[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] remove misleading (and potentially dangerous) statement tha...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] remove misleading (and potentially dangerous) statement tha...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Fri, 17 Dec 2004 17:32:25 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 17 Dec 2004 17:32:44 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc
Modified Files:
control-spec.txt tor-doc.html
Log Message:
remove misleading (and potentially dangerous) statement that clients
are rate-limited more than servers
Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- control-spec.txt 17 Dec 2004 22:14:58 -0000 1.10
+++ control-spec.txt 17 Dec 2004 22:32:23 -0000 1.11
@@ -73,7 +73,7 @@
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: tor-doc.html
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-doc.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- tor-doc.html 17 Dec 2004 08:28:36 -0000 1.34
+++ tor-doc.html 17 Dec 2004 22:32:23 -0000 1.35
@@ -115,9 +115,6 @@
<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.