Lines Matching full:does

40 …n program in a singletasking system. In both cases, the main control loop does two things repeated…
52 …2-bit additions to be implemented by the architecture specific module and does not make use of any…
56 The uIP stack does not use explicit dynamic memory allocation. Instead, it uses a single global buf…
68does not keep track of packet contents after they have been sent by the device driver, and uIP req…
76 …uration. It is therefore possible that all data sent from the application does not arrive at the r…
80 …ented. If the timer reaches zero, a retransmission should be made. As uIP does not keep track of p…
81 …the retransmission should be made. Thus the complexity of the application does not necessarily inc…
83 …ate a fatal error, the application might want to abort the connection and does so by calling the <…
365 The application does not handle errors or connection closing events, and therefore the aborted(), t…
375 …the IP layer is the first protocol that examines the packet. The IP layer does a few simple checks…
378 … has a single buffer for holding packets to be reassembled, and therefore does not support simulta…
380 …multimedia distribution such as RTP. TCP is a point-to-point protocol and does not use broadcast o…
391 …n most 8-bit CPUs, uIP does not implement it. Also, uIP does not buffer sent packets and a sliding…
392 …required by the TCP specifications. Removing the sliding window mechanism does not affect interope…
398does not keep track of packet contents after they have been sent by the device driver, uIP require…
407 …ynchronous event based API, the implementation of the urgent data feature does not lead to increas…
410 A small embedded device does not have the necessary processing power to have multiple protection do…