|
FreeRTOS
|
Options for the lProtocol parameter of SOCKETS_Socket() function. More...
Macros | |
| #define | SOCKETS_IPPROTO_UDP ( 17 ) |
| #define | SOCKETS_IPPROTO_TCP ( 6 ) |
Options for the lProtocol parameter of SOCKETS_Socket() function.
| #define SOCKETS_IPPROTO_TCP ( 6 ) |
TCP.
Definition at line 140 of file aws_secure_sockets.h.
| #define SOCKETS_IPPROTO_UDP ( 17 ) |
UDP. This option is currently not supported.
Definition at line 139 of file aws_secure_sockets.h.
1.8.13