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

Method HandlePublishResendTimer

libi2pd/RouterContext.cpp:1560–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558 }
1559
1560 void RouterContext::HandlePublishResendTimer (const boost::system::error_code& ecode)
1561 {
1562 if (ecode != boost::asio::error::operation_aborted)
1563 {
1564 i2p::context.UpdateTimestamp (i2p::util::GetSecondsSinceEpoch ());
1565 Publish ();
1566 SchedulePublishResend ();
1567 }
1568 }
1569
1570 void RouterContext::ScheduleCongestionUpdate ()
1571 {

Callers

nothing calls this directly

Calls 2

GetSecondsSinceEpochFunction · 0.85
UpdateTimestampMethod · 0.80

Tested by

no test coverage detected