mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
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().