moved creation time to TransportSession

This commit is contained in:
orignal 2022-07-19 17:02:37 -04:00
parent 000e0358a7
commit 6f7ab49346
3 changed files with 5 additions and 4 deletions

View file

@ -41,7 +41,6 @@ namespace transport
i2p::context.GetRouterInfo ().GetSSUAddress (true);
if (address) m_IntroKey = address->i;
}
m_CreationTime = i2p::util::GetSecondsSinceEpoch ();
}
SSUSession::~SSUSession ()