1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/gcoap
Michel Rottleuthner 45a84af346 gcoap: clear observe state on RST response to notification
In order to properly handle an observe cancellation of a client, the server has to keep track of the notification MIDs (to be able to match an RST to a notification), see [RFC7641, 3.6 Cancellation](https://www.rfc-editor.org/rfc/rfc7641.html#section-3.6) for mor details. An alternative to this would be to make either the client send an explicit observe deregister request, or make the server send the next notification via CON (which hten allows matching of the RST due to the CON state).
2024-02-08 15:48:32 +01:00
..
dns.c sys: Use size_t print format specifier 2023-12-21 12:02:19 +01:00
forward_proxy.c gcoap: fix "line is longer than 100 characters" pointed out by Vera++ 2022-10-12 17:33:55 +02:00
gcoap.c gcoap: clear observe state on RST response to notification 2024-02-08 15:48:32 +01:00
Kconfig gcoap: homogenize name of the module 2023-06-08 16:33:05 +02:00
Makefile nanocoap: make coap_request_ctx_t members internal 2022-07-17 14:32:16 +02:00
Makefile.include sys/net/gcoap: configure DTLS buffer 2023-08-21 17:21:12 +02:00