]> git.ipfire.org Git - thirdparty/tor.git/commit
create cells are now queued and processed only when idle
authorRoger Dingledine <arma@torproject.org>
Wed, 27 Nov 2002 04:08:20 +0000 (04:08 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 27 Nov 2002 04:08:20 +0000 (04:08 +0000)
commit8f18647a33eedb1f579d67563fa29fefdb52400a
treecf70437a4865057c57d655db32066c7577580739
parent147879ab17801d44098d19ec94e705f890070a81
create cells are now queued and processed only when idle

we also queue data cells destined for a circuit that is
pending, and process them once the circuit opens

destroys reach into the queue and remove the pending onion,
along with its collected data cells

svn:r142
src/or/circuit.c
src/or/command.c
src/or/config.c
src/or/main.c
src/or/onion.c
src/or/or.h