zephyr/subsys/net/lib/coap
Seppo Takalo 334b32d9f5 net: coap_client: Stop lifetime on piggybacked Ack
When we receive piggybacked Ack, it means that we have
received all information for this request.
There is no need to track exchange lifetime anymore.

Once we reset the internal request, it is free to be used
for the application. So if we only have few requests allocated,
it would be slow to send those as get_free_request() only
gives request structures that don't have a lifetime left.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2025-03-07 20:01:26 +01:00
..
CMakeLists.txt
coap_client.c net: coap_client: Stop lifetime on piggybacked Ack 2025-03-07 20:01:26 +01:00
coap_link_format.c net: lib: coap: Remove unused function 2025-02-12 02:25:53 +01:00
coap_server_shell.c
coap_server.c net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00
coap.c net: coap: fix uninitialized usage of option struct 2025-02-11 11:45:05 +00:00
Kconfig net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00