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