summaryrefslogtreecommitdiffstats
path: root/src/handshake/ratelimiter.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port replay filter and sketch router stateMathias Hall-Andersen2019-08-121-16/+15
|
* Kill GC thread on Ratelimiter dropMathias Hall-Andersen2019-08-101-100/+106
|
* Concurrent rate limiterMathias Hall-Andersen2019-08-071-107/+143
| | | | | The new rate limiter allows multiple simultaneous .allow calls. Also delegated GC to tokio.
* Add rate limiter check to handshake messages.Mathias Hall-Andersen2019-08-061-0/+162