Lines Matching full:implementation
46 The uIP implementation is designed to have only the absolute minimal
53 implementation running on a workstation-class machine. Under this
60 network citizens. The uIP TCP/IP implementation that is not tailored
100 application." A TCP/IP implementation that violates requirements of
156 for an architecture specific implementation of the two functions
164 implementation will have to do a number of 32-bit additions as part of
172 having an architecture specific implementation of the uip_add32()
227 simple Telnet server. It is possible to run the uIP implementation
480 The implementation of this application is shown below. The application
551 The implementation of this application is seen below. This
553 implementation.
687 be used as a web server with static pages. The implementation follows.
954 The current implementation only has a single buffer for holding
958 implementation to support multiple buffers would be straightforward,
979 The ICMP implementation in uIP is very simple as itis restricted to
993 The TCP implementation in uIP is driven by incoming packets and timer
1018 sliding window implementation that does not buffer sent packets will have
1100 In many TCP implementations, including the BSD implementation, the
1101 urgent data feature increases the complexity of the implementation
1104 based API, the implementation of the urgent data feature does not lead