validate new router

This commit is contained in:
orignal 2023-03-28 22:00:17 -04:00
parent 6d204b4d7b
commit c45e31b1b2

View File

@ -229,6 +229,7 @@ namespace i2p
routerInfo.CreateBuffer (m_Keys);
m_RouterInfo.SetRouterIdentity (GetIdentity ());
m_RouterInfo.Update (routerInfo.GetBuffer (), routerInfo.GetBufferLen ());
m_RouterInfo.SetUnreachable (false);
}
uint16_t RouterContext::SelectRandomPort () const