Improve: Set multi-thread compression as a option for remote control

This commit is contained in:
yuanyuanxiang
2025-11-30 08:02:44 +01:00
parent 9e4aeab1c7
commit d6464b48b5
5 changed files with 32 additions and 2 deletions

View File

@@ -208,6 +208,7 @@ public:
{
return g_bExit;
}
void SetMultiThreadCompress(int threadNum=0);
protected:
virtual int ReceiveData(char* buffer, int bufSize, int flags)
{