Default Settings and Behavior or NbtKeepAlive and TcpKeepCntLast reviewed: May 13, 1997Article ID: Q110136 |
The information in this article applies to:
SUMMARYThe Windows NT Resource Kit Volume 1 incorrectly documents the default settings and behavior for NbtKeepAlive and TcpKeepCnt parameters.
MORE INFORMATIONAccording to the Windows NT Resource Kit Volume 1, the following are default values for keepalive parameters:
NbtKeepAlive = 0 (disabled) TcpKeepCnt = 120 secondsHowever, the actual defaults are the following:
NbtKeepAlive = 60 seconds TcpKeepCnt = 120 secondsAny frame sent by NBT (including a NetBIOS keep-alive) is considered to be data by TCP. Because the NbtKeepAlive parameter is set lower than TcpKeepCnt, on an idle NetBIOS session there will be one NBT keep-alive sent per minute, and no TCP keep-alives sent. On an idle non-NetBIOS TCP session, such as that used by a Windows Sockets program, TCP keep-alives will be sent, with their frequency controlled by the TcpKeepCnt parameter. As documented in the Windows Resource Kit, these parameters can be modified to produce different behavior. To change these parameters, use the following procedure: WARNING: Using the Registry Editor incorrectly can cause serious, system- wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Nbt\Parameters
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters For example, if you want to send one TCP keep-alive every five minutes, and no NetBIOS keep-alives, use the following values:
NbtKeepAlive = 0 TcpKeepCnt = 300 REFERENCESWindows NT Resource Kit, Volume 1
|
Additional query words: prodnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |