mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-08 05:41:41 +02:00
Patch by Jerry:
- Added fixed pause between raising each file transfer event - Removed redundant member variables in CClient and CServer
This commit is contained in:
parent
811cfd146d
commit
289f1ff71f
5 changed files with 24 additions and 21 deletions
|
@ -468,7 +468,6 @@ private:
|
|||
// file transfer
|
||||
size_t m_expectedFileSize;
|
||||
CString m_receivedFileData;
|
||||
static const size_t m_chunkSize;
|
||||
CString m_fileTransferSrc;
|
||||
CString m_fileTransferDes;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue