mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
trim behind ECIESx25519 tags
This commit is contained in:
parent
a0685d804d
commit
a05a54b38e
4 changed files with 19 additions and 12 deletions
|
@ -657,7 +657,10 @@ namespace garlic
|
|||
moreTags -= (receiveTagset->GetNextIndex () - index);
|
||||
}
|
||||
if (moreTags > 0)
|
||||
{
|
||||
GenerateMoreReceiveTags (receiveTagset, moreTags);
|
||||
receiveTagset->MoveTrimBehind (moreTags >> 1); // /2
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue