summaryrefslogtreecommitdiff
path: root/doc/tor-spec.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-28 21:55:38 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-28 21:55:38 +0000
commit609edb51089f650aed27db398aee45724d64e030 (patch)
treef353230503cf329815f40a31d5468b78aa44a843 /doc/tor-spec.txt
parentf6eb16e479b13ee05869bea003e786bf5e1098c2 (diff)
downloadtor-609edb51089f650aed27db398aee45724d64e030.tar.gz
tor-609edb51089f650aed27db398aee45724d64e030.zip
more work
svn:r688
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r--doc/tor-spec.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index 272cfac97a..8c5ef0520c 100644
--- a/doc/tor-spec.txt
+++ b/doc/tor-spec.txt
@@ -178,6 +178,7 @@ which reveals the downstream node.
1. Choose a chain of N onion routers (R_1...R_N) to constitute
the path, such that no router appears in the path twice.
+ [this is wrong, see October 2003 discussion on or-dev]
2. If not already connected to the first router in the chain,
open a new connection to that router.
@@ -424,7 +425,7 @@ which reveals the downstream node.
receives a RELAY_SENDME cell with stream ID zero, it increments its
packaging window.
- Either of these cells increment the corresponding window by 100.
+ Each of these cells increments the corresponding window by 100.
The OP behaves identically, except that it must track a packaging
window and a delivery window for every OR in the circuit.
@@ -435,6 +436,7 @@ which reveals the downstream node.
If a packaging window reaches 0, the OR or OP stops reading from
TCP connections for all streams on the corresponding circuit, and
sends no more RELAY_DATA cells until receiving a RELAY_SENDME cell.
+[this stuff is badly worded; copy in the tor-design section -RD]
6.4. Stream-level flow control