PRB: Receive Packet Over IPX on a Token Ring NetworkID: Q194634
|
Windows NT 4.0 NDIS drivers that support NDIS Receive Packet might notice Data Corruption over IPX on a Token Ring Network.
A code defect in NwNbLink caused IPX to only look at the first of multiple buffers.
To 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.
IPX 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
Version :
Platform :
Issue type : kbprb
Last Reviewed: March 6, 1999