Go to the documentation of this file.
39 #ifndef ER_COAP_CONF_H_
40 #define ER_COAP_CONF_H_
43 #define COAP_LINK_FORMAT_FILTERING 0
44 #define COAP_PROXY_OPTION_PROCESSING 0
47 #ifndef COAP_SERVER_PORT
48 #define COAP_SERVER_PORT COAP_DEFAULT_PORT
52 #ifndef COAP_MAX_OPEN_TRANSACTIONS
53 #define COAP_MAX_OPEN_TRANSACTIONS 4
57 #ifndef COAP_MAX_ATTEMPTS
58 #define COAP_MAX_ATTEMPTS 4
62 #ifndef COAP_MAX_HEADER_SIZE
63 #define COAP_MAX_HEADER_SIZE (4 + COAP_TOKEN_LEN + 3 + 1 + COAP_ETAG_LEN + 4 + 4 + 30)
67 #ifndef COAP_MAX_OBSERVERS
68 #define COAP_MAX_OBSERVERS COAP_MAX_OPEN_TRANSACTIONS - 1
72 #define COAP_OBSERVE_REFRESH_INTERVAL 20