mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-17 18:21:41 +02:00
implemented crypto stream, with some extra unit tests
This commit is contained in:
parent
728ad02d61
commit
0a69c28ac5
21 changed files with 217 additions and 32 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "XBase.h"
|
||||
#include <memory>
|
||||
#include <cstring>
|
||||
#include "CCryptoStream.h"
|
||||
|
||||
//
|
||||
// CServerProxy
|
||||
|
@ -37,6 +38,7 @@
|
|||
CServerProxy::CServerProxy(CClient* client, synergy::IStream* stream, IEventQueue& eventQueue) :
|
||||
m_client(client),
|
||||
m_stream(stream),
|
||||
m_cryptoStream(NULL),
|
||||
m_seqNum(0),
|
||||
m_compressMouse(false),
|
||||
m_compressMouseRelative(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue