Used uint32 for roundtime and timeout fields. (#248)

This commit is contained in:
Ravin Perera
2021-02-17 12:21:51 +05:30
committed by GitHub
parent 90641e0849
commit e394497698
16 changed files with 51 additions and 51 deletions

View File

@@ -287,7 +287,7 @@ namespace hpfs
candidate_hpfs_responses.clear();
// No. of milliseconds to wait before resubmitting a request.
const uint16_t request_resubmit_timeout = hpfs::get_request_resubmit_timeout();
const uint32_t request_resubmit_timeout = hpfs::get_request_resubmit_timeout();
// Check for long-awaited responses and re-request them.
for (auto &[hash, request] : submitted_requests)