PRB: MSG_OOB and MSG_DONTROUTE Not Supported Over IPX SocketsLast reviewed: September 25, 1997Article ID: Q174158 |
The information in this article applies to:
SYMPTOMSWhen 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. With the version of WSIPX (Windows Sockets support for IPX/SPX) that ships with Windows 95, setting these flags will have no effect. However, with newer versions of WSIPX the call will fail if these flags are set. GetLastError() will return WSAEOPNOTSUPP (error 10045).
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.
Keywords : NtwkWinsock Platform : Win95 Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |