mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-25 09:54:36 +00:00
don't publish router with limited connectivity
This commit is contained in:
@@ -1467,7 +1467,7 @@ namespace i2p
|
||||
if (ecode != boost::asio::error::operation_aborted)
|
||||
{
|
||||
UpdateTimestamp (i2p::util::GetSecondsSinceEpoch ());
|
||||
if (!m_IsHiddenMode)
|
||||
if (!m_IsHiddenMode && !IsLimitedConnectivity ())
|
||||
{
|
||||
m_PublishExcluded.clear ();
|
||||
m_PublishReplyToken = 0;
|
||||
|
||||
Reference in New Issue
Block a user