Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The default destination may be changed by simply calling WSPConnectagain, even if the socket is already connected. Any datagrams queued for receipt are discarded if the new address is different from the address specified in a previous WSPConnect.

If the address supplied is all zeroes, the socket will be disconnected — the default remote address will be indeterminate, so WSPSendand WSPRecvcalls will return the error code WSAENOTCONN, although WSPSendToand WSPRecvFrommay still be used.

See Also