[tor-bugs] #6752 [Tor]: TestingTorNetwork doesn't lower the dir fetch retry schedules
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Wed Feb 27 21:46:39 UTC 2013
    
    
  
#6752: TestingTorNetwork doesn't lower the dir fetch retry schedules
--------------------------------------+-------------------------------------
 Reporter:  arma                      |          Owner:                    
     Type:  enhancement               |         Status:  new               
 Priority:  major                     |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor                       |        Version:                    
 Keywords:  tor-client small-feature  |         Parent:  #7172             
   Points:                            |   Actualpoints:                    
--------------------------------------+-------------------------------------
Comment(by arma):
 Replying to [comment:32 karsten]:
 > There are other config options, like
 TestingAuthDirTimeToLearnReachability, which are used (with different
 values) in normal operation, but which can be changed in testing mode.
 Ah. That one has an explicit check in config.c:
 {{{
   if (options->TestingAuthDirTimeToLearnReachability != 30*60 &&
       !options->TestingTorNetwork && !options->UsingTestNetworkDefaults_)
 {
     REJECT("TestingAuthDirTimeToLearnReachability may only be changed in "
            "testing Tor networks!");
 }}}
-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6752#comment:33>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list