Socket Options

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This section describes Winsock Socket Options for Windows Embedded CE. 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 CE. Any sockets that are listening for multicast traffic on an interface will not receive multicast traffic sent from that interface.

The following list shows the possible protocols:

IPPROTO_IP

IPPROTO_IPV6

IPPROTO_TCP

IPPROTO_UDP

SOL_SOCKET

SOL_IRLMP

IPPROTO_RAW

See Also

Reference

Winsock API Reference

Concepts

Socket Options and IOCTLs

Other Resources