[tor-bugs] #6363 [Tor Directory Authority]: Make directory authorities vote on "a" lines in consensus network status documents

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sat Sep 1 23:51:07 UTC 2012


#6363: Make directory authorities vote on "a" lines in consensus network status
documents
-------------------------------------+--------------------------------------
 Reporter:  ln5                      |          Owner:  ln5           
     Type:  enhancement              |         Status:  needs_revision
 Priority:  normal                   |      Milestone:                
Component:  Tor Directory Authority  |        Version:                
 Keywords:  SponsorG20120930         |         Parent:  #4564         
   Points:                           |   Actualpoints:                
-------------------------------------+--------------------------------------

Comment(by nickm):

 Other than that, it mostly looked okay.

 One suggestion on the table format.  Right now it says:
 {{{
    {MIN_METHOD_FOR_MICRODESC, MIN_METHOD_FOR_MANDATORY_MICRODESC},
    {MIN_METHOD_FOR_A_LINES, MAX_SUPPORTED_CONSENSUS_METHOD},
 }}}
 but that's a little off; we don't care about "MANDATORY_MICRODESC" except
 for the fact that it preceded MIN_METHOD_FOR_A_LINES.  So maybe instead it
 should say:
 {{{
    {MIN_METHOD_FOR_MICRODESC, MIN_METHOD_FOR_A_LINES - 1},
    {MIN_METHOD_FOR_A_LINES, MAX_SUPPORTED_CONSENSUS_METHOD},
 }}}

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


More information about the tor-bugs mailing list