1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +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:
Charles Kerr 2008-01-13 21:05:38 +00:00
parent 736a06d926
commit 2c7a7c4253

View file

@ -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,