KRDP - IdleTimeout

Top  Previous  Next

 

Section: HKEY_LOCAL_MACHINE\SOFTWARE\SolarWinds\Syslogd\Properties

 

Value (STRING): KRDPIdleTimeout

 

Min value:        0 (off)

Max value:        65535

Default value:        60

Type:                Seconds

 

Sets the time the sending socket will remain connected after the last message has been sent. Because TCP has an overhead when connecting and disconnecting, the TCP connection will remain open for a time to allow any further messages to be sent without triggering a new connection. The idle timer starts as soon as a message has been sent. If no further messages have been sent in the time specified by KRDPIdleTimeout then the connection is closed.

 

 

Running Kiwi Syslog Server on a native 64-bit machine?

 

 On 64-bit Windows installations, Kiwi Syslog Server runs in WOW (Windows on Windows) 32-bit

 emulated mode.  In WOW mode, the SolarWinds registry hive resides in:

 HKEY_LOCAL_MACHINE\Software\WOW6432Node, not in HKEY_LOCAL_MACHINE\Software

 as it does on a native 32-bit Windows environment.

 

 If you are running Kiwi Syslog Server on a native 64-bit windows machine, please re-map all

 registry settings from HKEY_LOCAL_MACHINE\Software\SolarWinds\... to:

HKEY_LOCAL_MACHINE\Software\WOW6432Node\SolarWinds\...