mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
throttle the number of new connections per second down even further from 48 to 32 because of the continuing "kills my router" reports
This commit is contained in:
parent
736a06d926
commit
2c7a7c4253
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ enum
|
||||||
|
|
||||||
/* max number of peers to ask for per second overall.
|
/* max number of peers to ask for per second overall.
|
||||||
* this throttle is to avoid overloading the router */
|
* this throttle is to avoid overloading the router */
|
||||||
MAX_CONNECTIONS_PER_SECOND = 48,
|
MAX_CONNECTIONS_PER_SECOND = 32,
|
||||||
|
|
||||||
/* corresponds to ut_pex's added.f flags */
|
/* corresponds to ut_pex's added.f flags */
|
||||||
ADDED_F_ENCRYPTION_FLAG = 1,
|
ADDED_F_ENCRYPTION_FLAG = 1,
|
||||||
|
|
Loading…
Reference in a new issue