1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +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
..
2021-08-13 19:50:38 +02:00
2025-01-03 10:05:46 +01:00
2022-04-14 09:23:27 +02:00
2022-09-14 15:05:25 +02:00
2021-08-13 19:50:38 +02:00
2023-02-22 16:47:14 +01:00
2024-07-15 11:25:30 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2023-06-12 13:54:06 +02:00
2021-06-18 00:13:08 +02:00
2023-12-15 16:50:21 +01:00
2021-07-05 10:32:50 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2022-09-14 15:05:25 +02:00
2021-07-08 09:40:02 +02:00
2023-08-19 23:23:10 +02:00