FreeRTOS
|
Options for the lDomain parameter of SOCKETS_Socket() function. More...
Macros | |
#define | SOCKETS_AF_INET ( 2 ) |
#define | SOCKETS_PF_INET SOCKETS_AF_INET |
#define | SOCKETS_AF_INET6 ( 10 ) |
Options for the lDomain parameter of SOCKETS_Socket() function.
These select the protocol family to be used for communication.
#define SOCKETS_AF_INET ( 2 ) |
IPv4 Internet Protocols.
Definition at line 114 of file aws_secure_sockets.h.
#define SOCKETS_AF_INET6 ( 10 ) |
IPv6 Internet Protocols. This option is currently not supported.
Definition at line 116 of file aws_secure_sockets.h.
#define SOCKETS_PF_INET SOCKETS_AF_INET |
IPv4 Internet Protocol.
Definition at line 115 of file aws_secure_sockets.h.