Native default TCP idle timeout 300 seconds

This commit is contained in:
M66B 2016-01-16 20:31:52 +01:00
parent 5f5fdda282
commit 369954c471
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define MAXPKT 32678 #define MAXPKT 32678
// TODO TCP parameters // TODO TCP parameters
#define SELECTWAIT 10 // seconds #define SELECTWAIT 10 // seconds
#define TCPTIMEOUT 30 // seconds #define TCPTIMEOUT 300 // seconds
#define TCPTTL 64 #define TCPTTL 64
#define TCPWINDOW 2048 #define TCPWINDOW 2048
#define UIDDELAY 10 // milliseconds #define UIDDELAY 10 // milliseconds