Document ClientConfig.DisableAcceptRateLimiting

This commit is contained in:
Matt Joiner 2020-12-21 13:57:59 +11:00
parent 28cab41400
commit 6e43db6a89
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ type ClientConfig struct {
PublicIp4 net.IP
PublicIp6 net.IP
// Accept rate limiting affects excessive connection attempts from IPs that fail during
// handshakes or request torrents that we don't have.
DisableAcceptRateLimiting bool
// Don't add connections that have the same peer ID as an existing
// connection for a given Torrent.