1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-04 21:43:03 +00:00

(router death) dial down the max number of new sockets per second even lower

This commit is contained in:
Charles Kerr 2008-01-19 03:44:44 +00:00
parent 3c6eeef439
commit 3a47dfdb23

View file

@ -94,7 +94,7 @@ enum
/* max number of peers to ask for per second overall.
* this throttle is to avoid overloading the router */
MAX_CONNECTIONS_PER_SECOND = 12,
MAX_CONNECTIONS_PER_SECOND = 8,
/* corresponds to ut_pex's added.f flags */
ADDED_F_ENCRYPTION_FLAG = 1,