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
Kconfig
coap.c net: lwm2m: Fix socket hints for block transfer 2024-03-28 16:02:34 -05:00
coap_client.c
coap_link_format.c
coap_server.c net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
coap_server_shell.c