Added missing constant.

This commit is contained in:
Axel 2021-03-01 14:27:00 +01:00 committed by Jacopo Bartiromo
parent 61542fa488
commit bb05155688
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ namespace Networking {
static const uint64_t MIN_TRY_COUNT = 20u;
static const unsigned short TM_DEFAULT_PORT = 8000u;
static const int64_t TM_TIMEOUT = 2000; // ms
const int64_t TM_WAIT_FOR_TICK_TIMEOUT = 200000;
} // namespace Networking
namespace VehicleRemoval {