1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00
Marian Buschsieweke da0218323b
sys/net/nanocoap: improve coap_build_reply
- The responsibility for handling matching CoAP No-Response Options
  has been split:
    - `coap_build_reply()` only needs to report this and return
      `-ECANCLED`
    - `coap_handle_req()` does generate the empty ACK is needed.
  ==> As a result, writing CoAP request handlers correctly becomes a
      lost easier. Correct error handling to be present is now
      sufficient for correct handling of No-Response options.
  ==> This change is backward compatible with existing code.
- The API doc has been cleaned up and straightened

Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
2025-03-12 08:56:20 +01:00
..
2025-01-29 20:51:23 +01:00
2025-01-29 20:51:23 +01:00
2024-12-12 14:28:28 +01:00
2025-01-29 20:51:22 +01:00
2024-11-21 19:14:16 +01:00
2024-05-15 11:20:38 +02:00
2025-01-29 20:51:23 +01:00
2023-08-31 14:38:49 +02:00