LWIP TCP
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
LWIP TCP
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 can’t aware of the buffer mechanisms. (e.g. reuse buffers with frequently used data.)