Opened 3 weeks ago
#32487 new enhancement
Phase 1: Stop compiling "acting as a directory cache" in --disable-module-relay
Reported by: | teor | Owned by: | |
---|---|---|---|
Priority: | Medium | Milestone: | Tor: 0.4.3.x-final |
Component: | Core Tor/Tor | Version: | |
Severity: | Normal | Keywords: | tor-design, network-team-roadmap-november |
Cc: | nickm | Actual Points: | |
Parent ID: | #31851 | Points: | 1 |
Reviewer: | Sponsor: | Sponsor31-can |
Description
We want to stop compiling the code that makes tor act as a directory cache, when the relay module is disabled.
(We already disable DirPort and DirCache, so the functionality is not available.)
At each stage, we should work to minimize layer-violations: there should generally not be calls from src/core/ into relay-specific code, and we should plan to refactor as needed to minimize them. We can reduce layer violations in parallel with the above.
Child Tickets
Note: See
TracTickets for help on using
tickets.