Creates a new UDP socket.
Optional
The local port number. If the port is set to zero or is missing, a random port number will be automatically selected.
Optional; if true, a broadcast socket will be created.
A socket fd.
Libertas-OS limits the maximum concurrent sockets a task can create. An error will be raised if the limit is reached.
Creates a new UDP socket.