[tor-bugs] #26778 [Core Tor/Tor]: Enable supporting multiple bridge authorities

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Sep 1 22:13:10 UTC 2018


#26778: Enable supporting multiple bridge authorities
-------------------------------------------------+-------------------------
 Reporter:  chelseakomlo                         |          Owner:  (none)
     Type:  defect                               |         Status:  new
 Priority:  Medium                               |      Milestone:  Tor:
                                                 |  unspecified
Component:  Core Tor/Tor                         |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tor-bridges needs-testing? needs-    |  Actual Points:
  proposal?                                      |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by arma):

 Replying to [comment:3 chelseakomlo]:
 > If you can point me to where the "bridge uploads its descriptor to all
 bridge authorities" happens in the code, that would be helpful, I wanted
 to dig into this a bit more.

 Check out the router_upload_dir_desc_to_dirservers() function. It's the
 same function that relays use to publish their descriptor to v3 dir auths.

 It calls directory_post_to_dirservers() which loops over
 {{{
   SMARTLIST_FOREACH_BEGIN(dirservers, dir_server_t *, ds) {
 }}}
 calling directory_initiate_command_routerstatus() for each authority that
 is appropriate for an upload attempt.

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


More information about the tor-bugs mailing list