Skip to content
Snippets Groups Projects
Forked from The Tor Project / Core / Arti
12617 commits behind the upstream repository.
Nick Mathewson's avatar
Nick Mathewson authored
Previously the code would do stuff like

```
    schedule = RetrySchedule::new(INITIAL_DELAY);
```

which is needlessly verbose, since the schedule already keeps track
of its initial delay.
57608f96
History