Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
UDP
[Protocols]
Collaboration diagram for UDP:
|
Detailed Description
RFC 768 user datagram protocol.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.
Functions | |
| void | NutUdpInput (NETBUF *nb) |
| Handle incoming UDP packets. | |
| int | NutUdpOutput (UDPSOCKET *sock, u_long daddr, u_short port, NETBUF *nb) |
| Send an UDP packet. | |
Function Documentation
|
|
Handle incoming UDP packets.
|
|
||||||||||||||||||||
|
Send an UDP packet.
|