zephyr/subsys/net/lib/coap
Seppo Takalo 69cd597887 net: lwm2m: Refactor blockwise SEND to support GET and FETCH
Allow blockwise-send buffers to be used with GET and FETCH
queries as well.
When outgoing packet is split into multiple blocks, don't free
it when first block is send. Keep it in memory until some other requests
come.

Following queries to next block are matched using CoAP token.
However, this required Leshan to use COAP.BLOCKWISE_REUSE_TOKEN=true
option from Californium.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2023-09-27 15:44:30 +02:00
..
CMakeLists.txt net: lib: coap: Add an asynchronous coap client 2023-05-26 09:44:50 -04:00
coap.c net: lwm2m: Refactor blockwise SEND to support GET and FETCH 2023-09-27 15:44:30 +02:00
coap_client.c net: lib: coap: refactor client init path options 2023-08-25 13:15:12 +02:00
coap_link_format.c net: coap: Remove resource pointer NULL check 2022-08-01 10:47:23 +02:00
Kconfig net: lib: coap: CoAP client, multiple request handling 2023-06-28 15:19:34 +02:00