Fixed small fopa
This commit is contained in:
parent
72661d17bc
commit
6bcd6ab229
@ -101,7 +101,7 @@ ssize_t AcknowledgeManager::execute_resend(const system_clock::time_point& now ,
|
||||
{
|
||||
bool cleanup{false};
|
||||
std::lock_guard lock{this->entry_lock};
|
||||
need_resend.resize(this->entries.size());
|
||||
need_resend.reserve(this->entries.size());
|
||||
|
||||
for (auto &entry : this->entries) {
|
||||
if(entry->acknowledged) {
|
||||
|
Loading…
Reference in New Issue
Block a user