Here's a bit more info that I found
On my OS9.2.1 Installer CD there is an optional control panel (drag & drop into the system folder) called "TCP/IP Options" located in
mac OS9.2.1:CD Extras:Network Extras:OTExtras:TCP/IP:
Here's the start of what the Readme has to say:
IMPORTANT Do not use the TCP/IP Options control panel (previously called TCP/IP Path Discovery Control control panel) unless instructed to do so by your network administrator. TCP/IP Options is an unsupported utility developed by Apple Computer, Inc. It allows you to modify Open Transport/TCP's default behavior to disable the ?Path MTU Discovery? feature and provide compatibility with certain third-party applications. (The one most commonly encountered is ATEX's MacText, a software terminal emulator for the ATEX/SysDeco Standard/Advanced Display Terminal.)
About the Path MTU Discovery feature
Path MTU Discovery is an Internet standard implemented and automatically enabled in Open Transport/TCP. (This standard is not implemented in MacTCP.) Here?s how it works:
? Unless a packet size is larger than the MTU for a network, Open Transport/TCP sets the ?don?t fragment? bit in an IP datagram header on transmission.
? When presented with a ?don?t fragment? packet that cannot be forwarded without fragmentation with the MTU size, intermediate routers send back an ?ICMP can't fragment? error (required by current RFCs).
? When an ?ICMP can't fragment? error is sent back, Open Transport/TCP moves to the next smaller MTU size for that path, sets the ?don?t fragment? bit, and re-sends the packet. This process automatically results in using the largest supported MTU size for off-subnet traffic.
The standards document that describes Path MTU Discovery is available on the Internet at ds.internic.net/rfc/rfc1191.txt.
Why disable the Path MTU Discovery feature?
Path MTU Discovery works by sending datagrams with the ?don?t fragment? bit set. Some older routers don't handle this bit properly. Disabling Path MTU Discovery prevents the use of the ?don?t fragment? bit and may allow connections through older routers.
The TCP/IP Options control panel lets you disable the Path MTU Discovery feature to support older network routers which don?t return the ?ICMP can't fragment? error. Disabling the feature provides the same behavior as MacTCP. (Note that disabling the feature may introduce a performance penalty in some network configurations.)
WARNING: Misuse of the TCP/IP Options control panel may prevent Open Transport TCP/IP from operating properly.