wait for Ack for SessionConfirmed or resend

This commit is contained in:
orignal 2022-06-24 22:06:30 -04:00
parent ae77d4ad22
commit dd1dd3b7cf
3 changed files with 18 additions and 7 deletions

View file

@ -359,6 +359,7 @@ namespace transport
switch (m_LastSession->GetState ())
{
case eSSU2SessionStateEstablished:
case eSSU2SessionStateSessionConfirmedSent:
m_LastSession->ProcessData (buf, len);
break;
case eSSU2SessionStateSessionCreatedSent: