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
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 = 48,
MAX_CONNECTIONS_PER_SECOND = 32,
/* corresponds to ut_pex's added.f flags */
ADDED_F_ENCRYPTION_FLAG = 1,