[tor-bugs] #27237 [Core Tor/Tor]: When the network doesn't have any exits, use the mid weight as the exit weight

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Aug 21 09:26:27 UTC 2018


#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


More information about the tor-bugs mailing list