ADC Home > Reference Library > Technical Q&As > Legacy Documents > Mac OS 9 & Earlier >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: I've developed a DLPI driver to support my network hardware product under Open Transport. In testing the driver, I have no problem with supporting AppleTalk, but when I try to access TCP services, error -3221 is always returned no matter what TCP/IP application is used. What's happening? A:
The most common reason for this error is that in setting up the TCP/IP
stack, the TCP/IP configurator makes a check which is not made while
setting up the AppleTalk stack. The configurator verifies that the
This problem is most easily
corrected by examining the
When Open Transport makes the Under PC Card Manager 3.0, the network driver expert first looks into the
Name Registry to check whether a custom enabler for the network card has
registered a "port-module" property (C-String). If so, then this
property will be used in the For example, suppose the "name" property initially looks something like:
The PC Card Manager 3.0 expert will truncate this name to:
This happens because the module name must be a string no longer than 31
characters. The The result is that the registered |
|