mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
wait for Ack for SessionConfirmed or resend
This commit is contained in:
parent
ae77d4ad22
commit
dd1dd3b7cf
3 changed files with 18 additions and 7 deletions
|
@ -359,6 +359,7 @@ namespace transport
|
|||
switch (m_LastSession->GetState ())
|
||||
{
|
||||
case eSSU2SessionStateEstablished:
|
||||
case eSSU2SessionStateSessionConfirmedSent:
|
||||
m_LastSession->ProcessData (buf, len);
|
||||
break;
|
||||
case eSSU2SessionStateSessionCreatedSent:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue