add result table
parent
e42aba3ee4
commit
18d13eed31
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue