aboutsummaryrefslogtreecommitdiff
path: root/doc/HACKING
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-11-12 17:34:41 +0000
committerRoger Dingledine <arma@torproject.org>2003-11-12 17:34:41 +0000
commitfbb0a450ee6536dd8670f8dd7d877a1365b1ea8a (patch)
treef799ddc977dda87beaccb40f02bbe7b9cd5e4a28 /doc/HACKING
parent0763f800543e57ecb78f90722bd84a327665fcb4 (diff)
downloadtor-fbb0a450ee6536dd8670f8dd7d877a1365b1ea8a.tar
tor-fbb0a450ee6536dd8670f8dd7d877a1365b1ea8a.tar.gz
update the FAQ so it's just useless, not wrong
svn:r802
Diffstat (limited to 'doc/HACKING')
-rw-r--r--doc/HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/HACKING b/doc/HACKING
index ddba87606..f2f15a55a 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -12,8 +12,8 @@ the distant future, stuff may have changed.)
Read the README file first, so you can get familiar with the basics of
installing and running an onion router.
- Then, skim some of the introductory materials in tor-spec.txt,
- tor-design.tex, and the Tor FAQ to learn more about how the Tor protocol
+ Then, skim some of the introductory materials in tor-design.pdf,
+ tor-spec.txt, and the Tor FAQ to learn more about how the Tor protocol
is supposed to work. This document will assume you know about Cells,
Circuits, Streams, Connections, Onion Routers, and Onion Proxies.
@@ -180,7 +180,7 @@ the distant future, stuff may have changed.)
A circuit_t structure fills two roles. First, a circuit_t links two
connections together: either an edge connection and an OR connection,
or two OR connections. (When joined to an OR connection, a circuit_t
- affects only cells sent to a particular ACI on that connection. When
+ affects only cells sent to a particular circID on that connection. When
joined to an edge connection, a circuit_t affects all data.)
Second, a circuit_t holds the cipher keys and state for sending data