Functions | |
void | NutUdpInput (NETBUF *nb) |
Handle incoming UDP packets. More... | |
int | NutUdpOutput (UDPSOCKET *sock, u_long daddr, u_short port, NETBUF *nb) |
Send an UDP packet. More... |
UDP only provides checksumming of data and multiplexing by port number. Therefore, an application program must deal directly with end-to-end communication problems like retransmission, flow control etc., if required.
|
Handle incoming UDP packets.
|
|
Send an UDP packet.
|