Socket Options Not Supported
The following table shows the BSD-standard options that are not supported.
Value | Type | Description |
---|---|---|
SO_RCVLOWAT | int | Receive low water mark. |
SO_RCVTIMEO | int | Set time-out value for calls to recv and recvfrom via setsockopt (getsockopt). |
SO_SNDLOWAT | int | Send low water mark. |
SO_SNDTIMEO | int | Set time-out value for calls to send and sendto. |
TCP_MAXSEG | int | Get TCP maximum segment size. |
See Also
Creating an IP Multicast Application
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.