[or-cvs] add TODO notes
Nick Mathewson
nickm at seul.org
Tue Jun 3 19:54:28 UTC 2003
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv13779/doc
Modified Files:
tor-spec.txt
Log Message:
add TODO notes
Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- tor-spec.txt 3 Jun 2003 09:51:23 -0000 1.16
+++ tor-spec.txt 3 Jun 2003 19:54:26 -0000 1.17
@@ -7,6 +7,11 @@
design as it stands; future versions of TOR will implement improved
protocols.
+TODO: (very soon)
+ - Specify truncate/truncated
+ - Sendme w/stream0 is circuit sendme
+ - Integrate -NM and -RD comments
+
0. Notation:
PK -- a public key.
@@ -341,6 +346,7 @@
3. When a RELAY_CREATED cell is received, calculate the shared
keys. The circuit is now extended.
+ [ This next part is old. Update it. -NM]
Upon receiving a CREATE cell along a connection, an OR performs
the following steps:
@@ -388,7 +394,7 @@
until a break in traffic allows time to do so without harming
network latency too greatly.)
-4.2. Tearing down circuits
+4.4. Tearing down circuits
[Note: this section is untouched; the code doesn't seem to match
what I remembered discussing. Let's sort it out. -NM]
@@ -409,7 +415,7 @@
After a DESTROY cell has been processed, an OR ignores all data or
destroy cells for the corresponding circuit.
-4.3. Routing data cells
+4.5. Routing data cells
When an OR receives a RELAY cell, it checks the cell's ACI and
determines whether it has a corresponding circuit along that
More information about the tor-commits
mailing list