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
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue