|
Unlike their use from Windows, in an RTSS process, WSAStartup and WSACleanup should only be called once within an RT-TCP/IP process.
The following section describes the details of the most commonly used WinSock APIs that are NOT supported by the WinSock compatibility layer of the protocol stack.
NOTE: This list covers only the most commonly used APIs. When in doubt, refer to the individual API descriptions in this help system for detailed information about what is supported/unsupported for any given API.
API | Unsupported Features |
---|---|
getsockopt |
Some values for the optname parameter are not supported. See Unsupported Options for getsockopt and setsockopt below. |
recv |
The following values for the optname parameter is not supported:
|
setsockopt |
Some values for the optname parameter are not supported. See Unsupported Options for getsockopt and setsockopt below. |
getaddrinfo |
The following values for the ai_flags in the hints parameter are not supported:
|
getnameinfo |
The following values for the flag parameter are not supported:
|
ioctlsocket |
The following command is not supported under RTX 8.1 and earlier:
|
WSAEventSelect |
The following network event types are not supported in the RT-TCP/IP stack:
|
getsockopt |
Some values for the optname parameter are not supported. See Unsupported Options for getsockopt and setsockopt below. |
recv |
The following values for the optname parameter is not supported:
|
setsockopt |
Some values for the optname parameter are not supported. See Unsupported Options for getsockopt and setsockopt below. |
getaddrinfo |
The following values for the ai_flags in the hints parameter are not supported:
|
getnameinfo |
The following values for the flag parameter are not supported:
|
ioctlsocket |
The following command is not supported under RTX 8.1 and earlier:
|
WSAEventSelect |
The following network event types are not supported in the RT-TCP/IP stack:
|
IP_TOS (Differentiated Services filed) now complies with RFC 2474 under RTX. You can set this option under IPPROTO_IP level with IP_TOS option.
Some values for the optname parameter are not supported for the getsockopt and setsockopt functions. The following sections list the unsupported options by socket type.
IMPORTANT! None of the options for the IPPROTO_RM, NSPROTO_IPX, SOL_APPLETALK, and SOL_IRLMP socket types are supported.
Unsupported IPPROTO_IP socket options:
Unsupported IPPROTO_IPV6 socket options:
Unsupported IPPROTO_TCP socket options:
Unsupported IPPROTO_UDP socket options:
Unsupported SOL_SOCKET socket options:
The IP_DONTFRAGMENT socket option, which is at the IPPROTO_IP level, has a default of 1 (fragmentation disabled) for getsockopt and setsockopt.