mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
don't handle ack request for router
This commit is contained in:
parent
200ad5524d
commit
3adff82d4a
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2021, The PurpleI2P Project
|
* Copyright (c) 2013-2023, The PurpleI2P Project
|
||||||
*
|
*
|
||||||
* This file is part of Purple i2pd project and licensed under BSD3
|
* This file is part of Purple i2pd project and licensed under BSD3
|
||||||
*
|
*
|
||||||
@ -335,7 +335,8 @@ namespace garlic
|
|||||||
case eECIESx25519BlkAckRequest:
|
case eECIESx25519BlkAckRequest:
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "Garlic: Ack request");
|
LogPrint (eLogDebug, "Garlic: Ack request");
|
||||||
m_AckRequests.push_back ({receiveTagset->GetTagSetID (), index});
|
if (receiveTagset)
|
||||||
|
m_AckRequests.push_back ({receiveTagset->GetTagSetID (), index});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case eECIESx25519BlkTermination:
|
case eECIESx25519BlkTermination:
|
||||||
|
Loading…
Reference in New Issue
Block a user