The information in this article applies to:
SYMPTOMSWhen you use the Microsoft FTP client you may notice delays of up to 5 seconds between 4096-byte data transmissions to an FTP server. CAUSE
The retail Windows NT FTP client has a hard-coded send size of 4096
bytes. Because 4096 may not be evenly divisible by the maximum segment
size (MSS) for that network interface, the last transmit in every FTP send
will not fill the space available in the TCP packet. For example, if the
TCP/IP MSS is 536 bytes, FTP sends are not evenly divisible by the MSS,
ensuring that the last segment sent will always be less than one MSS.
RESOLUTION
To resolve this problem, install the fix mentioned below.
-w:buffersize This switch overrides the default transfer buffer size of 4096. The switch has been added to FTP to allow the send size to be configurable. This will allow FTP users to ensure that the send size is always evenly divisible by the MSS on the network interface being used, thus preventing SWS. STATUS
Microsoft has confirmed this to be a problem in Windows NT Workstation
version 3.51 and Windows NT Server version 3.51. This problem was corrected
in the latest U.S. Service Pack for Windows NT Workstation or Server
version 3.51. For information on obtaining this update, query on the
following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K Additional query words: prodnt
Keywords : kbnetwork nttcp kbbug3.51 NTSrvWkst |
Last Reviewed: February 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |