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
Send Feedback on this topic to the authors