Split the circuit timeout and close codepaths.
commitc6c8fbf852bb2ecee6387609e8cbf78a772c7e01
authorMike Perry <mikeperry-git@fscked.org>
Tue, 15 Jun 2010 08:13:49 +0000 (15 01:13 -0700)
committerMike Perry <mikeperry-git@fscked.org>
Wed, 16 Jun 2010 03:04:42 +0000 (15 20:04 -0700)
treed240f87d82c54e3a59d5801519c45e0e6b2bde10
parentf528a6e62b75538a39b113f67e38fb947c80739e
Split the circuit timeout and close codepaths.

We need to record different statistics at point of timeout, vs the point
of forcible closing.

Also, give some better names to constants and state file variables
to indicate they are not dealing with timeouts, but abandoned circuits.
src/or/circuitbuild.c
src/or/circuituse.c
src/or/config.c
src/or/or.h
src/test/test.c