aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-10-20 18:39:07 +0000
committerAlexander Færøy <ahf@torproject.org>2021-10-20 18:39:07 +0000
commitbae6780e705e6a5d78e037b0d4e426b355d84ffe (patch)
treefd48c6b0b92680176dc144f49e39cf558bdfb620 /changes
parenta5dc1a4c851954334905cb3864bf6e304b321a29 (diff)
parentbcc953307b571df5b640f9fbc299b93c74d3847f (diff)
downloadtor-bae6780e705e6a5d78e037b0d4e426b355d84ffe.tar.gz
tor-bae6780e705e6a5d78e037b0d4e426b355d84ffe.zip
Merge branch 'tor-gitlab/mr/464_squashed' into main
Diffstat (limited to 'changes')
-rw-r--r--changes/bug40400_part37
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug40400_part3 b/changes/bug40400_part3
new file mode 100644
index 0000000000..b78e800229
--- /dev/null
+++ b/changes/bug40400_part3
@@ -0,0 +1,7 @@
+ o Minor features (logging, heartbeat):
+ - When a relay receives a cell that isn't encrypted properly for
+ it, but the relay is the last hop on the circuit, the relay
+ now counts how many cells of this kind it receives, on how
+ many circuits, and reports this information in the log.
+ Previously, we'd log each cell at PROTOCOL_WARN level, which
+ is far too verbose to be useful. Fixes part of ticket 40400.