TCP
[Base Protocols]

RFC 793 Transmission Control Protocol. More...

Collaboration diagram for TCP:

RFC 793 Transmission Control Protocol.

TCP provides reliable, in-sequence delivery of a full-duplex stream of octets. It is used by applications which need a reliable, connection-oriented data transport.

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

Todo:
Use an indirect call for NutTcpInput(). Right now, the whole TCP code is linked to any application, even if only UDP is used.

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