]> git.ipfire.org Git - thirdparty/tor.git/commit
r12651@Kushana: nickm | 2007-03-24 18:26:42 -0400
authorNick Mathewson <nickm@torproject.org>
Mon, 26 Mar 2007 14:07:59 +0000 (14:07 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 26 Mar 2007 14:07:59 +0000 (14:07 +0000)
commit38c0bb3a99956a0ff2e570bd8f2b900d46741992
tree9a447e7b431abdc819d3ba1f30755f5b40678c79
parent6e51bdd5e4d5ab39fc1dca12e468b9a1c573cc1b
 r12651@Kushana:  nickm | 2007-03-24 18:26:42 -0400
 Initial version of circuit-based cell queues.  Instead of hammering or_conns with piles of cells, queue cells on their corresponding circuits, and append them to the or_conn as needed.  This seems to work so far, but needs a bit more work.  This will break the memory-use-limitation patch for begin_dir conns: the solution will be a fun but fiddly.

svn:r9904
ChangeLog
doc/TODO
src/or/circuitbuild.c
src/or/circuitlist.c
src/or/command.c
src/or/connection_or.c
src/or/or.h
src/or/relay.c