mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
recreate SSU session again if session key is invalid
This commit is contained in:
parent
60ed43c11b
commit
92fc736cfa
3 changed files with 22 additions and 4 deletions
|
@ -48,6 +48,9 @@ namespace transport
|
|||
{
|
||||
m_ResendTimer.cancel ();
|
||||
m_IncompleteMessagesCleanupTimer.cancel ();
|
||||
m_IncompleteMessages.clear ();
|
||||
m_SentMessages.clear ();
|
||||
m_ReceivedMessages.clear ();
|
||||
}
|
||||
|
||||
void SSUData::AdjustPacketSize (std::shared_ptr<const i2p::data::RouterInfo> remoteRouter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue