diff --git a/include/globals.h b/include/globals.h index a0e3be0..004def6 100644 --- a/include/globals.h +++ b/include/globals.h @@ -54,8 +54,9 @@ // are made, but in much smaller portions. #define DISK_SYNC_INTERVAL 15000000 // Time in microseconds to spend waiting for data transmission before -// timing out. (default = 5s) -#define NETWORK_TIMEOUT_TIME 5000000 +// timing out. Default is 15s, which leaves 5s to prevent starving other +// clients from Keep Alive packets. +#define NETWORK_TIMEOUT_TIME 15000000 // If defined, scales the frequency at which player movement updates are // broadcast based on the amount of players, reducing overhead for higher // player counts. For very many players, makes movement look jittery.