create incoming NSR tagset

This commit is contained in:
orignal 2020-04-28 14:47:53 -04:00
parent f77a58b2dc
commit 7b22ef4270
2 changed files with 2 additions and 1 deletions

View file

@ -378,7 +378,7 @@ namespace garlic
m_State = eSessionStateNewSessionSent;
if (GetOwner ())
GetOwner ()->AddECIESx25519SessionNextTag (CreateNewSessionTagset ());
GenerateMoreReceiveTags (CreateNewSessionTagset (), ECIESX25519_NSR_NUM_GENERATED_TAGS);
return true;
}