1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
RIOT/examples
Martine Lenders 2679fcafb1
examples/dtls-echo: set address family for sessions
d424aaedacf5e77a8310edaf1a87543d22f6e6ab introduced address families to
the RIOT interpretation of tinydtls-`session_t`s. However, while fixing
the naming for the `addr` field, it did not set the `family` member for
the sessions in the `dtls-echo` example, having that example run into [an
assertion][1]. This patch fixes that.

[1]: bda40789a7/session.c (L146)
2022-07-26 15:51:07 +02:00
..
2022-02-11 12:38:21 +01:00