memory pool for RouterInfo buffer

This commit is contained in:
orignal 2021-12-30 15:16:13 -05:00
parent ae5cb3bbe7
commit f567417bb3
4 changed files with 27 additions and 20 deletions

View file

@ -659,6 +659,8 @@ namespace data
++it;
}
}
m_RouterInfoBuffersPool.CleanUpMt ();
}
void NetDb::RequestDestination (const IdentHash& destination, RequestedDestination::RequestComplete requestComplete, bool direct)