Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Network performance becomes very slow when TCP/IP packet filtering is enabled on a Windows Server 2003-based or Windows XP-based computer that has a Large Segment Offload (LSO)-enabled network adapter


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You have a computer that is running Windows Server 2003 or Windows XP.
  • The network adapter on the computer is Large Segment Offload (LSO)-enabled.
  • TCP/IP packet filtering is enabled for the network adapter on the computer.
In this scenario, the LSO feature does not function. This behavior is by design. However, the network performance becomes very slow. Specifically, network applications are delayed when the TCP connections are being closed.

↑ Back to the top


Cause

This problem occurs because of a delay when the TCP/IP protocol sends FIN packets. The TCP/IP protocol sends FIN packets requesting that the remote party close a TCP connection. This delay causes network applications to close TCP connections very slowly.

↑ Back to the top


Workaround

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To work around this problem, disable LSO in the TCP/IP protocol. To do this, follow these steps:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then right-click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. Point to New, and then click DWORD Value.
  4. Type DisableLargeSendOffload, and then press ENTER.
  5. Double-click DisableLargeSendOffload, type 1 in the Value data box, and then click OK.
  6. Exit Registry Editor.
  7. Restart the computer.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

Some data must be split into segments before it can be transmitted over the network. This process is known as segmentation. Segmentation is usually done by the TCP protocol on the host computer. The feature that transfers the segmentation work to the network adapter is called Large Segment Offload (LSO). This is also known as TCP segmentation offload.

↑ Back to the top


Keywords: KB933118, kbprb, kbtshoot, kbexpertiseinter

↑ Back to the top

Article Info
Article ID : 933118
Revision : 4
Created on : 12/27/2007
Published on : 12/27/2007
Exists online : False
Views : 184