Nut/Net API


Detailed Description

Nut/Net TCP/IP Stack.

The Nut/Net networking code is designed in a fairly fundamentally different way to most IP stacks. Most systems rely on polling information out of the network code, which has to buffer the information until it is requested.

The Nut/Net IP stack however uses a dataflow architecture where data is pushed up the protocol layers immediately after data has been received. The data does not get buffered unless one of the layers makes a policy decision to do so. Generally data will be pushed all the way up to the socket API.

In a small system this design reduces memory requirements, eliminates expensive queueing and threading operations.


Modules

 Socket API
 TCP Sockets
 TCP sockets.
 Protocols
 User Protocols
 TCP/IP and UDP applications.


Generated on Wed Apr 29 11:12:30 2009 for BTnut System Software by doxygen 1.5.1
!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!