add result table

master
Vectozavr 2021-10-26 18:49:51 +07:00
parent e42aba3ee4
commit 18d13eed31
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Consts {
const double LARGEST_TIME_STEP = 1.0/15.0;
const double TAP_DELAY = 0.2;
const unsigned NETWORK_VERSION = 1U;
const unsigned NETWORK_VERSION = 2U;
const int NETWORK_TIMEOUT = 5U;
const int NETWORK_WORLD_UPDATE_RATE = 30;
const double NETWORK_RELIABLE_RETRY_TIME = 1.0/20;