[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #1141 [Tor Client]: bug in networkstatus.c using 0.2.1.20
#1141: bug in networkstatus.c using 0.2.1.20
--------------------------------+-------------------------------------------
Reporter: mikeb | Type: defect
Status: needs_review | Priority: minor
Milestone: Tor: 0.2.2.x-final | Component: Tor Client
Version: 0.2.1.20 | Resolution: None
Keywords: | Parent:
--------------------------------+-------------------------------------------
Comment(by arma):
Looks fine. Except a) the bugfix probably isn't on 2.0.8-alpha
b) this won't merge cleanly with master, since we added the
FetchDirInfoExtraEarly config option:
{{{
start = c->fresh_until + CONSENSUS_MIN_SECONDS_BEFORE_CACHING;
/* Some clients may need the consensus sooner than others. */
if (options->FetchDirInfoExtraEarly) {
dl_interval = 60;
} else {
/* But only in the first half-interval after that. */
dl_interval = interval/2;
}
}}}
So we should figure out what fraction we want to use in that case. Or I
guess we could declare that that config option is not compatible with
really short voting intervals.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1141#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs