mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-14 00:31:42 +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
|
@ -48,8 +48,6 @@
|
|||
// CServer
|
||||
//
|
||||
|
||||
const size_t CServer::m_chunkSize = 1024 * 512; // 512kb
|
||||
|
||||
CServer::CServer(CConfig& config, CPrimaryClient* primaryClient, CScreen* screen, IEventQueue* events) :
|
||||
m_events(events),
|
||||
m_mock(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue