- Removed GCM, CTR and OFB encryption modes.

- Every time server sends CALV message, IV will be changed as well.
This commit is contained in:
jerry 2013-08-16 18:06:30 +00:00
parent beab22e5b2
commit a25587c4c5
19 changed files with 63 additions and 411 deletions

View file

@ -116,6 +116,12 @@ CClientProxy1_3::removeHeartbeatTimer()
void
CClientProxy1_3::handleKeepAlive(const CEvent&, void*)
{
keepAlive();
}
void
CClientProxy1_3::keepAlive()
{
CProtocolUtil::writef(getStream(), kMsgCKeepAlive);
}