[tor-bugs] #33029 [Core Tor/Tor]: dir-auth: Dir auths should resume sending 503's but never to relays or other dir auths

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 29 11:56:15 UTC 2020


#33029: dir-auth: Dir auths should resume sending 503's but never to relays or
other dir auths
-------------------------------------+------------------------------------
 Reporter:  dgoulet                  |          Owner:  dgoulet
     Type:  defect                   |         Status:  needs_revision
 Priority:  Medium                   |      Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor             |        Version:
 Severity:  Normal                   |     Resolution:
 Keywords:  tor-dirauth 043-should?  |  Actual Points:
Parent ID:  #33018                   |         Points:  0.4
 Reviewer:  nickm, teor, armadev     |        Sponsor:
-------------------------------------+------------------------------------

Comment (by arma):

 Replying to [comment:20 arma]:
 > I don't think the bridge authority is any different from any other dir
 cache, with respect to publishing the consensus.

 I think by that logic, we should change
 {{{
    /* Special case for authorities (directory and bridge). */
    if (authdir_mode(get_options())) {
 }}}
 to
 {{{
    /* Special case for v3 directory authorities. */
    if (authdir_mode_v3(get_options())) {
 }}}

 That is, the bridge authority should feel free to send 503's in response
 to directory fetches, just like any other relay.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/33029#comment:21>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list