远程桌面优化

This commit is contained in:
yuanyuanxiang
2019-01-10 19:35:03 +08:00
parent c681cf0132
commit 05843ac144
32 changed files with 2394 additions and 923 deletions

View File

@@ -39,7 +39,7 @@ public:
VOID OnServerReceiving(char* szBuffer, ULONG ulReceivedLength);
int OnServerSending(const char* szBuffer, ULONG ulOriginalLength);
BOOL SendWithSplit(char* szBuffer, ULONG ulLength, ULONG ulSplitLength);
BOOL SendWithSplit(const char* szBuffer, ULONG ulLength, ULONG ulSplitLength);
BOOL IsRunning() const
{
@@ -48,9 +48,6 @@ public:
BOOL m_bIsRunning;
BOOL m_bConnected;
CBuffer m_WriteBuffer;
CBuffer m_CompressedBuffer;
CBuffer m_DeCompressedBuffer;
char m_szPacketFlag[FLAG_LENGTH];