diff --git a/src/network.h b/src/network.h index cba9cd9..4db90cb 100644 --- a/src/network.h +++ b/src/network.h @@ -8,7 +8,7 @@ network.h file... for everything what have to do with the network stuff #define MAX_UDPDATA 1024 #define PKG_RESENDCACHE_SIZE (64*1024) #define PKG_IN_INDEX_NUM 256 -#define RESENDCACHE_TIMEOUT 500 +#define RESENDCACHE_TIMEOUT 400 #define RESENDCACHE_RETRY 10 #define DOWNLOAD_TIMEOUT 2000 #define DYN_PKG_MAX_MISSING 4