FreeRTOS: Secure Sockets
Return to main page ↑
iot_secure_sockets_config_defaults.h File Reference

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.
 

Detailed Description

Ensures that the required sockets configuration options are supplied and the optional ones are set to sane values if the user does not supply.

Macro Definition Documentation

◆ socketsconfigDEFAULT_SEND_TIMEOUT

#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.

◆ socketsconfigDEFAULT_RECV_TIMEOUT

#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.