zephyr/subsys/net/lib/coap
Seppo Takalo c62dd778cd net: lwm2m: Fix socket hints for block transfer
Outgoing block-transfers now set the socket hint
to ONGOING as long as the BLOCK1/BLOCK2 header has
MORE flag set to true.
This means as only the last packet in the block-transfer
set the socket hint to LAST or ONE_RESPONSE.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2024-03-28 16:02:34 -05:00
..
CMakeLists.txt net: lib: coap: Add CoAP server shell 2023-11-09 11:21:42 +01:00
coap_client.c net: lib: coap: Change coap_pending_init() 2023-12-15 11:41:27 +00:00
coap_link_format.c net: lib: coap: Add resources length based variants 2023-11-09 11:21:42 +01:00
coap_server_shell.c net: lib: coap: Add CoAP server shell 2023-11-09 11:21:42 +01:00
coap_server.c net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
coap.c net: lwm2m: Fix socket hints for block transfer 2024-03-28 16:02:34 -05:00
Kconfig net: lib: coap: Use coap_transmission_parameters in coap_server 2023-12-18 09:28:25 +01:00