The information in this article applies to:
SYMPTOMSWhen you use computers running Windows NT as routers between media of different types, file transfers may start out slowly. CAUSE
Windows NT 3.5 and 3.51 TCP/IP uses PMTU (Path Maximum Transfer Unit)
discovery to determine the optimum TCP segment size that can be used
for data transfers on a path between two computers. PMTU discovery is
described in RFC1191. Following is an excerpt from that RFC:
Router specification When a router is unable to forward a datagram because it exceeds the MTU of the next-hop network and its Don't Fragment bit is set, the router is required to return an ICMP Destination Unreachable message to the source of the datagram, with the Code indicating "fragmentation needed and DF set". To support the Path MTU Discovery technique specified in this memo, the router MUST include the MTU of that next-hop network in the low-order 16 bits of the ICMP header field that is labeled "unused" in the ICMP specification [7]. The high-order 16 bits remain unused, and MUST be set to zero. Thus, the message has the following format:
When a computer running Windows NT 3.5 or 3.51 is used as a router, it does return the ICMP Destination Unreachable message; however it does not include the MTU of the next-hop network. This forces the sending computer to retransmit the data, guessing at the next-hop MTU. Because it can take several guesses to determine the correct value, a small delay can occur. The following trace, captured by Microsoft Network Monitor, illustrates this behavior: # Source Dest Prot Description
15 client server FTP Data Transfer To Server, Port = 1028, size 468
RESOLUTION
To correct this problem, upgrade to Windows NT 3.51 (if you have not
already done so) and install the latest U.S. Service Pack for Windows NT
version 3.51 or Windows NT 4.0
STATUS
Microsoft has confirmed this to be a problem in Windows NT version 3.5 and
3.51. This problem has been corrected in Windows NT 4.0 and the latest
U.S.
Service Pack for Windows NT version 3.51. 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: prodnt
Keywords : kbnetwork ntnetserv kbbug3.50 kbbug3.51 kbfix3.51.sp2 NTSrvWkst |
Last Reviewed: January 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |