Home
last modified time | relevance | path

Searched refs:MAX_BLK_LEN (Results 1 – 1 of 1) sorted by relevance

/third_party/libcoap/src/
Dcoap_block.c646 #define MAX_BLK_LEN (((1 << 20) - 1) * (1 << (6 + 4))) in coap_add_data_large_internal() macro
648 if (length > MAX_BLK_LEN) { in coap_add_data_large_internal()
649 coap_log_warn("Size of large buffer restricted to 0x%x bytes\n", MAX_BLK_LEN); in coap_add_data_large_internal()
650 length = MAX_BLK_LEN; in coap_add_data_large_internal()