mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
closed non-etsablished SSU session by timeout
This commit is contained in:
parent
cba58a5965
commit
617e7bc81d
1 changed files with 1 additions and 0 deletions
1
SSU.cpp
1
SSU.cpp
|
@ -23,6 +23,7 @@ namespace ssu
|
|||
m_NumSentBytes (0), m_NumReceivedBytes (0)
|
||||
{
|
||||
m_DHKeysPair = i2p::transports.GetNextDHKeysPair ();
|
||||
ScheduleTermination ();
|
||||
}
|
||||
|
||||
SSUSession::~SSUSession ()
|
||||
|
|
Loading…
Add table
Reference in a new issue