The information in this article applies to:
SYMPTOMSWindows NT 4.0 NDIS drivers that support NDIS Receive Packet might notice Data Corruption over IPX on a Token Ring Network. CAUSEA code defect in NwNbLink caused IPX to only look at the first of multiple buffers. RESOLUTIONTo temporarily work around this problem, use receive lookahead instead of receive packet in your driver code. Also, set the Packet size and buffer size on the Token ring adapter to 2048 or lower to resolve the issue from an end-user perspective. MORE INFORMATIONIPX allows packets to span multiple receive buffers. Token Ring's larger packet size allows packets to span multiple receive buffers. Ethernet packets are smaller and are not effected by this problem. Windows 4.0 NDIS drivers that support the receive packet algorithm will encounter this problem over IPX with Token Ring.
Keywords : kbDDK kbNDIS kbNTOS400 |
Last Reviewed: March 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |