aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/Loop.cpp
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
committerReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
commitd7a8d67d760a80962821f6951caee5a9c807f5be (patch)
treeebe9c64f26e37a72b1e2cf794d694eeab8627295 /nxcomp/Loop.cpp
parent3e924126b56c4d421e8263d25f6b14aa4ceed047 (diff)
downloadnx-libs-069578c62a52cea9b4405ae91afe1387dba28bc1.tar.gz
nx-libs-069578c62a52cea9b4405ae91afe1387dba28bc1.tar.bz2
nx-libs-069578c62a52cea9b4405ae91afe1387dba28bc1.zip
Imported nxcomp-3.1.0-6.tar.gznxcomp/3.1.0-6
Summary: Imported nxcomp-3.1.0-6.tar.gz Keywords: Imported nxcomp-3.1.0-6.tar.gz into Git repository
Diffstat (limited to 'nxcomp/Loop.cpp')
-rwxr-xr-xnxcomp/Loop.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp
index ede10e98d..0a5b3a2eb 100755
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -12745,7 +12745,7 @@ int SetLinkIsdn()
control -> SplitTimeout = 50;
control -> MotionTimeout = 20;
- control -> IdleTimeout = 20;
+ control -> IdleTimeout = 50;
control -> PackMethod = PACK_ADAPTIVE;
control -> PackQuality = 5;
@@ -12775,7 +12775,7 @@ int SetLinkAdsl()
control -> SplitTimeout = 50;
control -> MotionTimeout = 10;
- control -> IdleTimeout = 10;
+ control -> IdleTimeout = 50;
control -> PackMethod = PACK_ADAPTIVE;
control -> PackQuality = 7;
@@ -12805,7 +12805,7 @@ int SetLinkWan()
control -> SplitTimeout = 50;
control -> MotionTimeout = 5;
- control -> IdleTimeout = 5;
+ control -> IdleTimeout = 50;
control -> PackMethod = PACK_ADAPTIVE;
control -> PackQuality = 9;
@@ -12835,7 +12835,7 @@ int SetLinkLan()
control -> SplitTimeout = 50;
control -> MotionTimeout = 0;
- control -> IdleTimeout = 0;
+ control -> IdleTimeout = 50;
control -> PackMethod = PACK_ADAPTIVE;
control -> PackQuality = 9;