agnes
Uploaded by
25 SLIDES
1061 VUES
280LIKES

LWIP TCP

DESCRIPTION

What is LWIP?. An implementation of the TCP/IP protocol stack.The focus of the lwIP stack is to reduce memory usage and code sizesuitable for use in small clients with very limited resources such as embedded systems.uses a tailor made API that does not require any data copying.. Features of TC

1 / 25

Télécharger la présentation

LWIP TCP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. LWIP TCP/IP Stack ???

    2. What is LWIP? An implementation of the TCP/IP protocol stack. The focus of the lwIP stack is to reduce memory usage and code size suitable for use in small clients with very limited resources such as embedded systems. uses a tailor made API that does not require any data copying.

    3. Features of TCP/IP stack(Traditional version) Designing in a layered fashion leads to communication overhead between layers Network communication is similar to IPC or file I/O APP cant aware of the buffer mechanisms. (e.g. reuse buffers with frequently used data.)

More Related