diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2013-03-27 17:43:05 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-29 12:17:05 -0400 |
commit | 1d49ba84a82c6dfb8873cf32fdecdf5af0b65c90 (patch) | |
tree | d285fd9a8703593e6a84b34560376891c2a66ce9 | |
parent | 66586da9bc023bf60b2d18e02004a4e278b73359 (diff) | |
download | tor-1d49ba84a82c6dfb8873cf32fdecdf5af0b65c90.tar tor-1d49ba84a82c6dfb8873cf32fdecdf5af0b65c90.tar.gz |
Update the changes file for bug7799.
Still not sure it's actually fixed yet...
-rw-r--r-- | changes/bug7799 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7799 b/changes/bug7799 index 1bb5597c1..ed4570129 100644 --- a/changes/bug7799 +++ b/changes/bug7799 @@ -1,3 +1,7 @@ o Minor changes (log clarification) - Add more detail to a log message about relaxed timeouts. Hopefully this additional detail will allow us to diagnose the cause of bug 7799. + o Minor bugfixes + - Don't attempt to relax the timeout of already opened 1-hop circuits. + They might never timeout. This should eliminate some/all cases of + the relaxed timeout log message. |