File defining all system build time configuration used by mbed-client. More...
Go to the source code of this file.
Data Structures | |
struct | mbedtls_entropy |
Macros | |
#define | m2m_deprecated __attribute__ ((deprecated)) |
#define | MBED_CONF_MBED_CLIENT_ENABLE_OBSERVATION_PARAMETERS 1 |
#define | MBED_CLIENT_RECONNECTION_COUNT 3 |
Sets Reconnection count for mbed Client to attempt a reconnection re-tries until reaches the defined value either by the application or the default value set in Client. By default, the value is 3. | |
#define | MBED_CLIENT_RECONNECTION_INTERVAL 5 |
Sets Reconnection interval (in seconds) for mbed Client to attempt a reconnection re-tries. By default, the value is 5 seconds. | |
#define | MBED_CLIENT_TCP_KEEPALIVE_INTERVAL 540 |
The number of seconds between CoAP ping messages. By default, the value is 90 seconds. | |
#define | MBED_CLIENT_EVENT_LOOP_SIZE 1024 |
Defines the size of memory allocated for event loop (in bytes) for timer and network event handling of mbed Client. By default, this value is 1024 bytes.This memory is allocated from heap. | |
#define | SN_COAP_MAX_INCOMING_MESSAGE_SIZE UINT16_MAX |
#define | MBED_CLIENT_DTLS_PEER_MAX_TIMEOUT 80000 |
#define | MBED_CLIENT_SN_COAP_RESENDING_QUEUE_SIZE_MSGS 5 |
CoAP resend queue size. mbed Client can send five types of confirmable messages at the same time, notification, file download, register update, delayed post response and ping. More... | |
Typedefs | |
typedef uint32_t(* | random_number_cb) (void) |
typedef struct mbedtls_entropy | entropy_cb |
File defining all system build time configuration used by mbed-client.
#define MBED_CLIENT_SN_COAP_RESENDING_QUEUE_SIZE_MSGS 5 |
CoAP resend queue size. mbed Client can send five types of confirmable messages at the same time, notification, file download, register update, delayed post response and ping.