network packet timeout set down to 400ms

origin
stpohle 23 years ago
parent 4c6a7b0efa
commit 7395babf90

@ -8,7 +8,7 @@ network.h file... for everything what have to do with the network stuff
#define MAX_UDPDATA 1024 #define MAX_UDPDATA 1024
#define PKG_RESENDCACHE_SIZE (64*1024) #define PKG_RESENDCACHE_SIZE (64*1024)
#define PKG_IN_INDEX_NUM 256 #define PKG_IN_INDEX_NUM 256
#define RESENDCACHE_TIMEOUT 500 #define RESENDCACHE_TIMEOUT 400
#define RESENDCACHE_RETRY 10 #define RESENDCACHE_RETRY 10
#define DOWNLOAD_TIMEOUT 2000 #define DOWNLOAD_TIMEOUT 2000
#define DYN_PKG_MAX_MISSING 4 #define DYN_PKG_MAX_MISSING 4

Loading…
Cancel
Save