[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] minor doc patches
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home/arma/work/onion/cvs/doc
Modified Files:
FAQ TODO tor-spec.txt
Log Message:
minor doc patches
Index: FAQ
===================================================================
RCS file: /home/or/cvsroot/doc/FAQ,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FAQ 18 Mar 2003 03:28:03 -0000 1.1
+++ FAQ 19 Mar 2003 22:44:29 -0000 1.2
@@ -12,7 +12,7 @@
(an "onion") which describes a source-routed path through a set of
nodes. Those nodes build a "virtual circuit" through the network, in which
each node knows its predecessor and successor, but no others. Traffic
-flowing down the circuit is unwrapped by a symmetric key at each node
+flowing down the circuit is unwrapped by a symmetric key at each node,
which reveals the downstream node.
Basically tor provides a distributed network of servers ("onion
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TODO 17 Mar 2003 23:34:00 -0000 1.2
+++ TODO 19 Mar 2003 22:44:29 -0000 1.3
@@ -25,7 +25,7 @@
NICK - Look at what ssl does to keep from mutating data streams
NICK . On the fly compression of each stream
o Clean up the event loop (optimize and sanitize)
-ARMA - Remove that awful concept of 'roles'
+ARMA o Remove that awful concept of 'roles'
ARMA - Exit policies
- Spec how to write the exit policies
- Path selection algorithms
Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tor-spec.txt 19 Mar 2003 21:47:18 -0000 1.6
+++ tor-spec.txt 19 Mar 2003 22:44:29 -0000 1.7
@@ -357,7 +357,7 @@
begin queueing CREATE cells for this circuit.
Otherwise, we have a half-open circuit. If the total payload
- length of the CREATE cells for this circuit is at exactly equal
+ length of the CREATE cells for this circuit is exactly equal
to the onion length specified in the first cell (minus 4), then
process the onion. If it is more, then tear down the circuit.