Implement incoming rate limit (fixes #613)

This commit is contained in:
Jakob Borg
2014-09-08 17:25:55 +02:00
parent baf8a63121
commit 6e8272f78f
7 changed files with 58 additions and 17 deletions

View File

@@ -9,6 +9,7 @@
<localAnnounceMCAddr>quux:3232</localAnnounceMCAddr>
<parallelRequests>32</parallelRequests>
<maxSendKbps>1234</maxSendKbps>
<maxRecvKbps>2341</maxRecvKbps>
<reconnectionIntervalS>6000</reconnectionIntervalS>
<startBrowser>false</startBrowser>
<upnpEnabled>false</upnpEnabled>