don't drop router buffer if connected or being updated

This commit is contained in:
orignal
2025-01-19 11:47:32 -05:00
parent c600b834e3
commit 4edde333ad
3 changed files with 20 additions and 22 deletions

View File

@@ -185,7 +185,7 @@ namespace data
std::shared_ptr<NetDbRequests> m_Requests;
bool m_PersistProfiles;
std::future<void> m_SavingProfiles, m_DeletingProfiles, m_ApplingProfileUpdates, m_PersistingRouters;
std::future<void> m_SavingProfiles, m_DeletingProfiles, m_ApplyingProfileUpdates, m_PersistingRouters;
std::vector<std::shared_ptr<const RouterInfo> > m_ExploratorySelection;
uint64_t m_LastExploratorySelectionUpdateTime; // in monotonic seconds