mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete pending outgoind session when SessionCreated received
This commit is contained in:
parent
5de224d6bf
commit
bceae244c1
3 changed files with 7 additions and 0 deletions
|
@ -545,6 +545,7 @@ namespace transport
|
|||
HandlePayload (decryptedPayload.data (), decryptedPayload.size ());
|
||||
|
||||
m_Server.AddSession (shared_from_this ());
|
||||
m_Server.RemovePendingOutgoingSession (m_RemoteEndpoint);
|
||||
SendSessionConfirmed (headerX + 16);
|
||||
KDFDataPhase (m_KeyDataSend, m_KeyDataReceive);
|
||||
Established ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue