You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bugfix: Update jitter time on error
Previously the jitter time was never updated, which means that it was
always 1 ns.
* Switch jitter to use time.Duration
This makes it clear that the jitter is tiny, between 1 and 10 ns.
* Change jitter times to be (50ms, 5s)
* Let decorrelatedJitter.calc() return Duration
0 commit comments