diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-05-29 08:03:41 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-30 12:24:51 -0400 |
commit | 112d204fadab74426cc802e6d998a53f938a5248 (patch) | |
tree | 8a6256ae138c2d1c2a89eb51298cdcef5cc72a88 /changes/bug1297a | |
parent | 1f18b5a5d532449f46a9c4b74d188870ea56d813 (diff) | |
download | tor-112d204fadab74426cc802e6d998a53f938a5248.tar.gz tor-112d204fadab74426cc802e6d998a53f938a5248.zip |
Set timestamp_dirty on HS circuits as circuit_expire_building requires
Fixes part of #1297; bugfix on 48e0228f1e031a709c1deb149c7dfd187c3609cf,
when circuit_expire_building was changed to assume that timestamp_dirty
was set when a circuit changed purpose to _C_REND_READY. (It wasn't.)
Diffstat (limited to 'changes/bug1297a')
-rw-r--r-- | changes/bug1297a | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug1297a b/changes/bug1297a new file mode 100644 index 0000000000..459ef6534d --- /dev/null +++ b/changes/bug1297a @@ -0,0 +1,8 @@ + o Major bugfixes: + - Apply circuit timeouts to opened hidden-service-related circuits + based on the correct start time. Previously, we would apply the + circuit build timeout based on time since the circuit's + creation; it was supposed to be applied based on time since the + circuit entered its current state. Bugfix on 0.0.6; fixes part + of bug 1297. + |