]> git.ipfire.org Git - thirdparty/tor.git/commit
Logging / Channel padding delay 908/head
authorWaldemar Zimpel <w.zimpel@dev.utilizer.de>
Mon, 9 Jun 2025 12:07:33 +0000 (14:07 +0200)
committerWaldemar Zimpel <w.zimpel@dev.utilizer.de>
Fri, 13 Jun 2025 13:10:23 +0000 (15:10 +0200)
commit17c24e34932010c24d0116031ef7d39f8b3723cb
tree7e2e044c9dbd8b259e2f67e87bd85dd670a18288
parent6a35cdeedd4afe42f8860d372c855a0af0e9f235
Logging / Channel padding delay

Reduce the amount of messages being logged related to
channel padding delay when log level is "notice".
Log the channel padding delay as "info" as soon as the
delay occurs. Log "notice" on each heartbeat only
containing the average channel padding delay and the
amount of delays (that exceeded the allowed time window)
occurring between heartbeats or, if first heartbeat
since startup, between startup and heartbeat.
src/core/or/channelpadding.c
src/core/or/channelpadding.h
src/core/or/status.c