Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
implementation of tcp-ip protocol
no vote
The design of μ / TCP-IP introduces a new concept: large and small buffers. A large buffer is the size needed to transport a complete Ethernet frame. This is what other TCP / IP stacks do. However, in the embedded system, it is possible that the information transmission and reception does not need the use of complete Ethernet frame. In this case, using a full Ethernet frame size buffer is a waste of ram. μ C / TCP-IP allows designers to maximize system performance by defining different numbers of small and large buffers. μ C / TCP-IP is a compact, reliable and high-performance TCP / IP protocol stack, which is optimized for embedded systems.
shruvi
2016-08-23
0
1
No more~