I need an app that sends an UDP packet to some network server and receives the response. The server replies to the same port number where request came from, so I first need
Call sendto without calling bind first, the socket will be bound automatically (to a free port).
bind