mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-13 08:17:38 +01:00
cancel connect timer upon SessionConfirmed
This commit is contained in:
parent
124c3ef2d7
commit
a4dda304d2
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ namespace transport
|
||||||
void SSUSession::ProcessSessionConfirmed (const uint8_t * buf, size_t len)
|
void SSUSession::ProcessSessionConfirmed (const uint8_t * buf, size_t len)
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "SSU: Session confirmed received");
|
LogPrint (eLogDebug, "SSU: Session confirmed received");
|
||||||
|
m_ConnectTimer.cancel ();
|
||||||
auto headerSize = GetSSUHeaderSize (buf);
|
auto headerSize = GetSSUHeaderSize (buf);
|
||||||
if (headerSize >= len)
|
if (headerSize >= len)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue