1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
Benjamin Valentin 01eba05ca1 sys/net/sock: add a word of warning to sock_udp_create()
If a socket is created we must also call sock_udp_recv() on it as
otherwise messages will get stuck in it's queue until the socket is
closed (which might be never).

If applications only want to send without receiving, they must use
sock_udp_send().
2022-05-30 20:21:13 +02:00
..
2022-02-28 14:53:07 +01:00
2022-05-10 09:24:56 +02:00
2022-02-28 14:53:07 +01:00
2022-04-18 01:36:50 +02:00