Socket Options (Compact 2013)
3/26/2014
This section describes Winsock Socket Options for Windows Embedded Compact. Use the getsockopt (Windows Sockets) and setsockopt (Windows Sockets) functions for more getting and setting socket options. To enumerate protocols and discover supported properties for each installed protocol, use the WSAEnumProtocols function.
Note
The socket option IP_MULTICAST_LOOP is not supported on Windows Embedded Compact. Any sockets that are listening for multicast traffic on an interface will not receive multicast traffic sent from that interface.
In This Section
- IP_DSCP_TRAFFIC_TYPE
Describes IP_DSCP_TRAFFIC_TYPE socket options
- IPPROTO_IP
Describes IPPROTO_IP socket options
- IPPROTO_IPV6
Describes IPPROTO_IPV6 socket options
- IPPROTO_TCP
Describes IPPROTO_TCP socket options
- IPPROTO_UDP
Describes IPPROTO_UDP socket options
- SOL_IRLMP
Describes SOL_IRLMP socket options
- SOL_SOCKET
Describes SOL_SOCKET socket options