The information in this article applies to:
SYMPTOMS
When you use the WinSock send() or sendto() APIs on Windows 95 to send over
an IPX/SPX socket, the MSG_DONTROUTE and MSG_OOB flags are not supported.
CAUSEThere is no implementation provided in the IPX/SPX Compatible protocol for handling Out-Of-Band (Urgent) data, or for making IPX packets non-routable. RESOLUTIONWhen using IPX/SPX sockets and calling send() or sendto(), do not set the MSG_DONTROUTE or MSG_OOB flags. STATUSThis behavior is by design. MORE INFORMATIONAdditional query words:
Keywords : kbnetwork kbAPI kbSDKPlatform kbWinOS95 kbWinsock kbGrpNet |
Last Reviewed: October 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |