libcoap 4.3.5-develop-19cef11
|
RIOT-specific definitions for libcoap. More...
Go to the source code of this file.
Macros | |
#define | LIBCOAP_MSG_QUEUE_SIZE (32U) |
Size of the queue for passing messages between the network interface and the coap stack. More... | |
#define | LIBCOAP_MAX_SOCKETS (16U) |
Maximum number of sockets that are simultaneously considered for reading or writing. More... | |
Functions | |
void | coap_riot_startup (void) |
This function must be called in the RIOT CoAP thread for RIOT-specific initialization. More... | |
RIOT-specific definitions for libcoap.
Definition in file coap_riot.h.
#define LIBCOAP_MAX_SOCKETS (16U) |
Maximum number of sockets that are simultaneously considered for reading or writing.
Definition at line 30 of file coap_riot.h.
#define LIBCOAP_MSG_QUEUE_SIZE (32U) |
Size of the queue for passing messages between the network interface and the coap stack.
Definition at line 23 of file coap_riot.h.
void coap_riot_startup | ( | void | ) |
This function must be called in the RIOT CoAP thread for RIOT-specific initialization.