[tor-bugs] #29716 [Core Tor/sbws]: Change the way the consensus is received
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Mar 10 06:42:39 UTC 2019
#29716: Change the way the consensus is received
-------------------------------+-------------------------------
Reporter: juga | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: sbws: unspecified
Component: Core Tor/sbws | Version: sbws: unspecified
Severity: Normal | Keywords:
Actual Points: | Parent ID: #28684
Points: 1 | Reviewer:
Sponsor: |
-------------------------------+-------------------------------
Currently it receives the new consensuses using
https://stem.torproject.org/api/control.html#stem.control.Controller.get_network_statuses,
which uses the cached-consensus and might not be updated.
It should probably receive the new consensuses as soon as they arrive
using an event listener
https://stem.torproject.org/api/control.html#stem.control.Controller.add_event_listener,
instead of every x time.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29716>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list