update timestamp for non-reachable router

This commit is contained in:
orignal 2024-05-26 11:06:39 -04:00
parent 03635f4444
commit 7dc5a04b8d

View File

@ -1323,9 +1323,12 @@ namespace i2p
if (m_RouterInfo.IsReachableBy (i2p::data::RouterInfo::eAllTransports))
HandlePublishTimer (ecode);
else
{
UpdateTimestamp (i2p::util::GetSecondsSinceEpoch ());
ScheduleInitialPublish ();
}
}
}
void RouterContext::SchedulePublish ()
{