[tor-bugs] #23816 [Core Tor/Tor]: Use exponential backoff with jitter and/or tune its parameters

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Nov 6 19:35:48 UTC 2017


#23816: Use exponential backoff with jitter and/or tune its parameters
-----------------------------+------------------------------------
 Reporter:  nickm            |          Owner:  nickm
     Type:  defect           |         Status:  needs_review
 Priority:  Medium           |      Milestone:  Tor: 0.3.2.x-final
Component:  Core Tor/Tor     |        Version:
 Severity:  Normal           |     Resolution:
 Keywords:  review-group-24  |  Actual Points:
Parent ID:                   |         Points:
 Reviewer:  catalyst         |        Sponsor:  SponsorV
-----------------------------+------------------------------------

Comment (by catalyst):

 rough estimate of mean delays:
 * existing: d,,i,, = base * ((m+1)/2)^i^ [ m = 3 regular; m = 2 testnet ]
 * full jitter: d,,i,, = base * m^i^/2 [ m = 2 per AWS blog ]
 * decorrelated jitter: d,,i,, = base * (m/2)^i^ [ m = 3 per AWS blog ]

 It looks like going to decorrelated jitter will cause the mean delays to
 increase more slowly than they already are, which seems like a helpful
 thing.

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


More information about the tor-bugs mailing list