diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-28 03:06:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-28 03:06:25 -0400 |
commit | 70c17134c79d9de05408748329c0918158d7deb0 (patch) | |
tree | 1cba0ca8dc336500642cbf4ac7b5793c5f5360ea /changes/bug2822.1 | |
parent | 86f1630b36ec58ffd3a193ac4333ac572d4a8dca (diff) | |
download | tor-70c17134c79d9de05408748329c0918158d7deb0.tar.gz tor-70c17134c79d9de05408748329c0918158d7deb0.zip |
Rate-limit the warnings as a client when asked to connect a private addr
Partial fix for ticket 2822.
Diffstat (limited to 'changes/bug2822.1')
-rw-r--r-- | changes/bug2822.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2822.1 b/changes/bug2822.1 new file mode 100644 index 0000000000..9c4016d059 --- /dev/null +++ b/changes/bug2822.1 @@ -0,0 +1,5 @@ + o Minor features: + + - Rate-limit log messages when asked to connect anonymously to a private + address. When these hit, they tended to hit fast and often. Partial + fix for bug 2822. |