1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 09:52:45 +01:00
RIOT/sys/net/application_layer
Benjamin Valentin 11e40a9d61 nanocoap_sock: fix wrong assertion
The assertion is a bit overeager.
In case of receiving a wrong message ID, we re-try receive without
entering the STATE_REQUEST_SEND state again, so it is expected that
we get a non-NULL ctx/response from sock_udp_recv_buf().

What this assert should actually check is that we don't get a non-NULL
ctx after calling sock_udp_recv_buf() with a non-NULL ctx.

So make this explicit to not falsely fail the assertion.
2022-06-16 18:54:16 +02:00
..
asymcute treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
cord sys/net/app/cord: Support the addition of extra registration arguments 2021-09-02 16:40:19 +02:00
dhcpv6 sys/net/dhcpv6: consider option 0 an end marker 2022-03-28 14:53:00 +02:00
dns dns_msg: Use correct byteorder for ID 2021-09-29 13:32:12 +02:00
emcute net/emcute: Allow RETAIN flag to be set on incoming PUBLISHs 2021-06-25 18:32:53 +02:00
gcoap gcoap_fileserver: use uint8_t for szx value 2022-05-23 23:43:21 +02:00
nanocoap nanocoap_sock: fix wrong assertion 2022-06-16 18:54:16 +02:00
sntp sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
sock_dns sys/net/application_layer/sock_dns: add pseudomodule auto_init_sock_dns 2022-03-09 20:05:20 +01:00
sock_dns_mock sys/net/application_layer/sock_dns_mock: add module for mocking sock_dns 2022-04-03 17:29:10 +02:00
telnet sys/net/telnet: add telnet_server_disconnect() 2022-06-08 13:01:23 +02:00
uhcp net/uhcp: convert to ztimer 2022-03-31 12:50:31 +02:00
doc.txt net/emcute : Update documentation 2020-11-19 23:11:21 +01:00
Kconfig sys/net/application_layer: add telnet server module 2022-03-01 23:07:22 +01:00
Kconfig.coap net/coap: specify timeout in milliseconds 2022-01-27 14:42:49 +01:00