mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
publish updated RouterInfo
This commit is contained in:
parent
4a44b18b97
commit
b4369470cb
|
@ -153,6 +153,7 @@ namespace data
|
|||
|
||||
if (!m_HiddenMode && i2p::transport::transports.IsOnline () &&
|
||||
((m_PublishReplyToken && ts - lastPublish >= NETDB_PUBLISH_CONFIRMATION_TIMEOUT) ||
|
||||
i2p::context.GetLastUpdateTime () > lastPublish ||
|
||||
ts - lastPublish >= NETDB_PUBLISH_INTERVAL)) // update timestamp and publish
|
||||
{
|
||||
i2p::context.UpdateTimestamp (ts);
|
||||
|
|
Loading…
Reference in a new issue