FreeRTOS:
Secure Sockets
|
Return to main page ↑ |
Ensures that the required sockets configuration options are supplied and the optional ones are set to sane values if the user does not supply. More...
Go to the source code of this file.
Macros | |
#define | socketsconfigDEFAULT_SEND_TIMEOUT ( 10000 ) |
Byte order of the target MCU must be defined. More... | |
#define | socketsconfigDEFAULT_RECV_TIMEOUT ( 10000 ) |
Default socket receive timeout. More... | |
#define | AWS_IOT_SECURE_SOCKETS_METRICS_ENABLED ( 0 ) |
By default, metrics of secure socket is disabled. | |
Ensures that the required sockets configuration options are supplied and the optional ones are set to sane values if the user does not supply.
#define socketsconfigDEFAULT_SEND_TIMEOUT ( 10000 ) |
Byte order of the target MCU must be defined.
Valid values are pdLITTLE_ENDIAN and pdBIG_ENDIAN. Default socket send timeout.
The user can change the send timeout for a socket using the SOCKETS_SetSockOpt API with the SOCKETS_SO_SNDTIMEO option.
#define socketsconfigDEFAULT_RECV_TIMEOUT ( 10000 ) |
Default socket receive timeout.
The user can change the receive timeout for a socket using the SOCKETS_SetSockOpt API with the SOCKETS_SO_RCVTIMEO option.