(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
1 changed files with 1 additions and 1 deletions

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,