UDP interface

Table of Contents
udp_new() -- Create a new UDP pcb
udp_remove() -- Remove a UDP pcb
udp_bind() -- Bind PCB to local IP address and port
udp_connect() -- Set remote UDP peer
udp_disconnect() -- Set remote UDP peer
udp_send() -- Send UDP packet
udp_recv() -- Set callback for incoming UDP data

The UDP interface is similar to that of TCP, but due to the lower level of complexity of UDP, the interface is significantly simpler.