aboutsummaryrefslogtreecommitdiffstats
path: root/src/ratelimiter.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* peer_server: use unbounded channels, ratelimiter wipJake McGinty2018-05-171-1/+1
| | | | | unbounded channels are easier to deal with now, and bounded channels weren't actually doing anything useful.
* global: don't directly rely on tokio 'meta' crateJake McGinty2018-05-171-1/+1
|
* global: fix clippies and enable warnings in IDEJake McGinty2018-05-151-4/+3
|
* global: small aesthetic cleanupJake McGinty2018-05-061-2/+2
|
* ratelimiter: implement ratelimiter and testsJake McGinty2018-05-041-0/+178