mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 17:07:45 +02:00
- Removed GCM, CTR and OFB encryption modes.
- Every time server sends CALV message, IV will be changed as well.
This commit is contained in:
parent
beab22e5b2
commit
a25587c4c5
19 changed files with 63 additions and 411 deletions
|
@ -116,6 +116,12 @@ CClientProxy1_3::removeHeartbeatTimer()
|
|||
|
||||
void
|
||||
CClientProxy1_3::handleKeepAlive(const CEvent&, void*)
|
||||
{
|
||||
keepAlive();
|
||||
}
|
||||
|
||||
void
|
||||
CClientProxy1_3::keepAlive()
|
||||
{
|
||||
CProtocolUtil::writef(getStream(), kMsgCKeepAlive);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue