diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-11-13 09:27:52 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-11-13 09:27:52 +0100 |
commit | d7a8d67d760a80962821f6951caee5a9c807f5be (patch) | |
tree | ebe9c64f26e37a72b1e2cf794d694eeab8627295 /nxcomp/Loop.cpp | |
parent | 3e924126b56c4d421e8263d25f6b14aa4ceed047 (diff) | |
download | nx-libs-d7a8d67d760a80962821f6951caee5a9c807f5be.tar.gz nx-libs-d7a8d67d760a80962821f6951caee5a9c807f5be.tar.bz2 nx-libs-d7a8d67d760a80962821f6951caee5a9c807f5be.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-x | nxcomp/Loop.cpp | 8 |
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; |