NWLNKSPX Retransmission Problem Over a Slow Link

Last reviewed: May 20, 1997
Article ID: Q166475
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SYMPTOMS

You may experience a slow response or your application may be disconnected when your client/server application is running over a slow link. This most noticeably occurs when your client/server application uses SPX as its transport mechanism.

CAUSE

Windows NT's NWLNKSPX protocol calculates retransmission time based on the Round Trip Time (RTT) calculation and is calculated for each packet. As a result, the retransmission time is dynamic and adjusts itself according to the network load and congestion. Currently there is no option in NWLNKSPX to disable RTT and the specified static retransmission time.

RESOLUTION

Use the Hotfix and update the following registry entry.

  1. Run Registry Editor (Regedt32.exe.)

  2. From the HKEY_LOCAL_MACHINE subtree, go to the following key:

          \SYSTEM\CurrentControlSet\Services\NwLnkSPX\Parameters
    

  3. Click Add Value from the Edit menu.

  4. Add the following:

          Value Name: DisableRTT
          Data Type: REG_DWORD
          Data: 1 (Default 0)
    

    A data value of 1 disables the Round Trip Time calculation algorithm and the retransmission time is set to the static value determined by the InitialReTransmissionTime, which is 500msec by default. You can adjust the InitialRetransmissionTime to control the retransmission timer.

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 4.0. This problem was corrected in the latest Microsoft Windows NT 4.0 U.S. Service Pack. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

   S E R V P A C K


Additional query words: 4.00 prodnt
Keywords : kbbug4.00 kbfix4.00 kbfix4.00.sp2 NTSrvWkst kbbuglist kbfixlist
Version : 4.0
Platform : winnt
Issue type : kbbug
Solution Type : kbservicepack


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 20, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.