Browse Source

closed non-etsablished SSU session by timeout

pull/95/head
orignal 10 years ago
parent
commit
617e7bc81d
  1. 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…
Cancel
Save