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/asymcute
Sören Tempel fb660dbec6 asymcute: Compare request message type when matching acknowledgement
Currently, asymcute only matches an MQTT-SN request to its
acknowledgement using the MsgId header. However, I strongly believe
this to be insufficient as asymcute would thus also match a SUBACK
to a prior PUBLISH message (for example) as long as the message ID
matches. To address this issue, this commit modifies _req_preprocess
to also compare the request message type in addition to the message id.
2022-08-10 00:49:37 +02:00
..
asymcute.c asymcute: Compare request message type when matching acknowledgement 2022-08-10 00:49:37 +02:00
Kconfig net/asymcute : Move 'ASYMCUTE_BUFSIZE' to 'CONFIG_' 2020-11-19 23:11:21 +01:00
Makefile net: add Asymcute (asynchronous MQTT-SN client) 2018-07-05 15:44:16 +02:00