]> git.ipfire.org Git - thirdparty/tor.git/commit
Refactor onion_generate_cpath to build cpaths one hop at a time. This
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Nov 2003 02:32:20 +0000 (02:32 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Nov 2003 02:32:20 +0000 (02:32 +0000)
commite6296a4e2f32e29e2b5227934d0db30a67d52992
tree42610880fb38d198a98e19f36e9eb9c972bb93f1
parent9a0a638c02b36ea6e6074d385f151dbe94246ceb
Refactor onion_generate_cpath to build cpaths one hop at a time.  This
is a the first step in computing hops one step at a time.  Next, we move
the responsibility for calling onion_extend_cpath into circuit.c

(Later, we may want to special-case onion_extend_cpath to treat entry
and exit routers differently.)

svn:r792
src/or/circuit.c
src/or/onion.c
src/or/or.h