30 seconds timeout for exploratory requests

This commit is contained in:
orignal 2024-05-01 12:08:47 -04:00
parent 8439f6dc57
commit ba22a940f1
2 changed files with 12 additions and 6 deletions

View file

@ -24,6 +24,7 @@ namespace data
const uint64_t MANAGE_REQUESTS_INTERVAL = 1; // in seconds
const uint64_t MIN_REQUEST_TIME = 5; // in seconds
const uint64_t MAX_REQUEST_TIME = MAX_NUM_REQUEST_ATTEMPTS * (MIN_REQUEST_TIME + MANAGE_REQUESTS_INTERVAL);
const uint64_t MAX_EXPLORATORY_REQUEST_TIME = 30; // in seconds
class RequestedDestination
{