mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-21 11:29:56 +00:00
cancel connect timer upon SessionConfirmed
This commit is contained in:
parent
124c3ef2d7
commit
a4dda304d2
@ -321,6 +321,7 @@ namespace transport
|
||||
void SSUSession::ProcessSessionConfirmed (const uint8_t * buf, size_t len)
|
||||
{
|
||||
LogPrint (eLogDebug, "SSU: Session confirmed received");
|
||||
m_ConnectTimer.cancel ();
|
||||
auto headerSize = GetSSUHeaderSize (buf);
|
||||
if (headerSize >= len)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user