tweak ft max numbers and add stats comp
This commit is contained in:
@ -100,7 +100,7 @@ class SHA1_NGCFT1 : public ToxEventI, public RegistryMessageModelEventI, public
|
||||
bool _udp_only {false};
|
||||
|
||||
size_t _max_concurrent_in {4}; // info only
|
||||
size_t _max_concurrent_out {3*4}; // HACK: allow ideal number for 4 peers
|
||||
size_t _max_concurrent_out {4*10}; // HACK: allow "ideal" number for 10 peers
|
||||
|
||||
public:
|
||||
SHA1_NGCFT1(
|
||||
|
Reference in New Issue
Block a user