Bandwidth Unmeasured in Testing Tor Network
I have run the Testing Tor Network based on docker, however, the bandwidth of relays in consensus is 0, and they are labeled as unmeasured. like ``` r tor21 AXeRGqg59zZ0JOyocxlonwk84Qg zv7cbbO1TcuYfwhzA/VjeE/u9UY 2019-05-18 15:49:03 172.25.0.121 5000 0 s Exit Fast Running V2Dir Valid v Tor 0.3.5.7 pr Cons=1-2 Desc=1-2 DirCache=1-2 HSDir=1-2 HSIntro=3-4 HSRend=1-2 Link=1-5 LinkAuth=1,3 Microdesc=1-2 Relay=1-2 w Bandwidth=0 Unmeasured=1 (The bandwidth is labeled as unmeasured) p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 ``` The torrc file of my authority server is listed as following: ``` Log info file /root/log/info.log DisableDebuggerAttachment 0 SocksPort 0 OrPort 5000 Address 172.25.0.10 DirPort 7000 AuthoritativeDirectory 1 V3AuthoritativeDirectory 1 ContactInfo auth@test.test ExitPolicy reject *:* ServerDNSAllowBrokenConfig 1 DirAllowPrivateAddresses 1 EnforceDistinctSubnets 0 AssumeReachable 1 AuthDirMaxServersPerAddr 0 AuthDirMaxServersPerAuthAddr 0 ClientDNSRejectInternalAddresses 0 ClientRejectInternalAddresses 0 CountPrivateBandwidth 1 ExitPolicyRejectPrivate 0 ExtendAllowPrivateAddresses 1 V3AuthVotingInterval 5 minutes V3AuthVoteDelay 20 seconds V3AuthDistDelay 20 seconds MinUptimeHidServDirectoryV2 0 seconds TestingV3AuthInitialVotingInterval 5 minutes TestingV3AuthInitialVoteDelay 20 seconds TestingV3AuthInitialDistDelay 20 seconds TestingAuthDirTimeToLearnReachability 0 minutes TestingEstimatedDescriptorPropagationTime 0 minutes TestingClientMaxIntervalWithoutRequest 5 seconds TestingDirConnectionMaxStall 30 seconds TestingEnableConnBwEvent 1 TestingEnableCellStatsEvent 1 ``` The version of tor is 0.3.3.8 **Trac**: **Username**: TBD.Chen
issue