UDP
[Base Protocols]

RFC 768 user datagram protocol. More...

Collaboration diagram for UDP:

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.

Applications should call the UDP Socket API when using this protocol.


© 2000-2010 by contributors - visit http://www.ethernut.de/