mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
update timestamp for non-reachable router
This commit is contained in:
parent
03635f4444
commit
7dc5a04b8d
1 changed files with 3 additions and 0 deletions
|
@ -1323,7 +1323,10 @@ namespace i2p
|
||||||
if (m_RouterInfo.IsReachableBy (i2p::data::RouterInfo::eAllTransports))
|
if (m_RouterInfo.IsReachableBy (i2p::data::RouterInfo::eAllTransports))
|
||||||
HandlePublishTimer (ecode);
|
HandlePublishTimer (ecode);
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
UpdateTimestamp (i2p::util::GetSecondsSinceEpoch ());
|
||||||
ScheduleInitialPublish ();
|
ScheduleInitialPublish ();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue