MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetRandom

Method GetRandom

libi2pd/Streaming.cpp:2453–2456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2451 }
2452
2453 uint32_t StreamingDestination::GetRandom ()
2454 {
2455 return m_Owner ? m_Owner->GetRng ()() : rand ();
2456 }
2457
2458 void StreamingDestination::CleanupExpiredNumConnectionsPerSecond (std::list<uint64_t>& numConnectionsList, uint64_t ts)
2459 {

Callers 3

SendQuickAckMethod · 0.80
ScheduleSendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected