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

Method UpdateTimestamp

libi2pd/RouterContext.cpp:1125–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123 }
1124
1125 void RouterContext::UpdateTimestamp (uint64_t ts)
1126 {
1127 if (ts > m_LastUpdateTime + ROUTER_INFO_UPDATE_INTERVAL)
1128 UpdateRouterInfo ();
1129 }
1130
1131 bool RouterContext::Load ()
1132 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected