mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
set some ECIESx25519 params
This commit is contained in:
parent
142a138cfc
commit
f77a58b2dc
3 changed files with 15 additions and 9 deletions
|
@ -788,7 +788,7 @@ namespace garlic
|
|||
// ECIESx25519
|
||||
for (auto it = m_ECIESx25519Tags.begin (); it != m_ECIESx25519Tags.end ();)
|
||||
{
|
||||
if (ts > it->second.creationTime + INCOMING_TAGS_EXPIRATION_TIMEOUT)
|
||||
if (ts > it->second.creationTime + ECIESX25519_INCOMING_TAGS_EXPIRATION_TIMEOUT)
|
||||
it = m_ECIESx25519Tags.erase (it);
|
||||
else
|
||||
++it;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue