]> git.meshlink.io Git - meshlink/commitdiff
Simplify rate limiting of incoming connections.
authorGuus Sliepen <guus@meshlink.io>
Tue, 20 Nov 2018 15:07:44 +0000 (16:07 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 20 Nov 2018 15:07:44 +0000 (16:07 +0100)
We now really allow max_connection_burst connections per second, rather
than only allowing one second per connection on average, but allowing
a burst of max_connection_burst connections to go through.


No differences found