[tor-bugs] #7691 [Tor]: Path bias code should probe unusable circuits

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 28 00:51:31 UTC 2012


#7691: Path bias code should probe unusable circuits
-----------------------------+----------------------------------------------
 Reporter:  mikeperry        |          Owner:  mikeperry         
     Type:  enhancement      |         Status:  needs_review      
 Priority:  major            |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor              |        Version:                    
 Keywords:  MikePerry201212  |         Parent:                    
   Points:                   |   Actualpoints:  4                 
-----------------------------+----------------------------------------------

Comment(by nickm):

 For the first commit on the branch: What's with the denominator on all of
 the 14/6, 9/6, 10/6 fractions?  Where does that 6 come from?  (And for
 that matter, where do the numerators come from?)

 What's the %hhd format? It sounds like it should be a short short int, but
 that doesn't make sense.  You can just format shorts as ints, since
 integer types smaller than int are promoted to int as part of calling a
 varargs function. the %hd format is only for scanf.

 As you tested this, what kind of /what amount testing did you do with
 hidden services?

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


More information about the tor-bugs mailing list