Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ Start
Method
Start
libi2pd/Datagram.cpp:547–550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
}
546
547
void DatagramSession::Start ()
548
{
549
m_LastUse = i2p::util::GetMillisecondsSinceEpoch ();
550
}
551
552
void DatagramSession::Stop ()
553
{
Callers
1
ObtainSession
Method · 0.45
Calls
1
GetMillisecondsSinceEpoch
Function · 0.85
Tested by
no test coverage detected