[tor-bugs] #22212 [Core Tor/Tor]: [warn] channelpadding_compute_time_until_pad_for_netflow(): Bug: Channel padding timeout scheduled 164729ms in the past. Did the monotonic clock just jump?
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Jun 21 20:58:50 UTC 2017
#22212: [warn] channelpadding_compute_time_until_pad_for_netflow(): Bug: Channel
padding timeout scheduled 164729ms in the past. Did the monotonic clock
just jump?
--------------------------+------------------------------------
Reporter: arma | Owner: mikeperry
Type: defect | Status: needs_revision
Priority: Medium | Milestone: Tor: 0.3.1.x-final
Component: Core Tor/Tor | Version: Tor: 0.3.1.1-alpha
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------+------------------------------------
Comment (by nickm):
Also you could write the body as:
{{{
if (ms_until_pad_for_netflow < 0) {
int severity = (ms_until_pad_for_netflow < -DFLT_ETC) ? LOG_NOTICE,
LOG_INFO;
log_fn(severity, LD_OR, ...)
return 0;
}
}}}
but I don't know if that's actually any more clear.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22212#comment:14>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list