]> git.ipfire.org Git - thirdparty/tor.git/commit
Make AP connections wait for a circuit if none exists.
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Nov 2003 02:41:31 +0000 (02:41 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Nov 2003 02:41:31 +0000 (02:41 +0000)
commitdafb0e6a6eddc8b0fbf6de4292d49a311b2e712a
tree4960fd86da6eaff71d83c2c9a5e00f87ba33d0a4
parent894b1bc5d05ba263874d4b24caca44d2b6a2ae38
Make AP connections wait for a circuit if none exists.
Also:
  - Refactor socks request into a separate struct
  - Add a separate 'waiting for circuit' state to AP connections
    between 'waiting for socks' and 'open'.

Arma: can you check out the XXX's I've added to connection_edge? I may
be mishandling some async and close logic.

svn:r783
src/or/buffers.c
src/or/circuit.c
src/or/connection.c
src/or/connection_edge.c
src/or/or.h