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

Method SetLeaseSetUpdated

libi2pd/Garlic.cpp:924–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922 }
923
924 void GarlicDestination::SetLeaseSetUpdated (bool post)
925 {
926 {
927 std::unique_lock<std::mutex> l(m_SessionsMutex);
928 for (auto& it: m_Sessions)
929 it.second->SetLeaseSetUpdated ();
930 }
931 for (auto& it: m_ECIESx25519Sessions)
932 it.second->SetLeaseSetUpdated ();
933 }
934
935 void GarlicDestination::ProcessGarlicMessage (std::shared_ptr<I2NPMessage> msg)
936 {

Callers 4

TunnelCreatedMethod · 0.45
CreateTunnelsMethod · 0.45
TestTunnelsMethod · 0.45
HandleTunnelDataMsgMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestTunnelsMethod · 0.36