[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #27237 [Core Tor/Tor]: When the network doesn't have any exits, use the mid weight as the exit weight
#27237: When the network doesn't have any exits, use the mid weight as the exit
weight
-------------------------+-------------------------------------------------
Reporter: teor | Owner: teor
Type: defect | Status: assigned
Priority: Medium | Milestone: Tor: 0.3.5.x-final
Component: Core | Version: Tor: 0.2.6.2-alpha
Tor/Tor | Keywords: 034-must, 035-must, regression,
Severity: Normal | tor-bridge 034-backport
Actual Points: | Parent ID: #27080
Points: | Reviewer:
Sponsor: |
-------------------------+-------------------------------------------------
If we're building onion service paths, all our circuit ends will be mids.
{{{
/* if the consensus has no exits, treat the exit fraction as 100% */
if (router_have_consensus_path() != CONSENSUS_PATH_EXIT) {
f_exit = 1.0;
}
}}}
Bug fix on 55ad54e0146 in 0.2.6.2-alpha.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27237>
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