Lines Matching full:sent

35 …o appropriately sized segments and each segment is sent in its own IP packet. The IP packets are s…
44 … was intended may have produced one or more reply packets which should be sent out. If so, the net…
49 …calculation of this checksum is made over all bytes in every packet being sent and received it is …
68sent data and lets the application take part in retransmissions. uIP does not keep track of packet…
74 …725">uip_newdata()</a> is non-zero, the remote host of the connection has sent new data. The uip_a…
76sent by the application according to the available buffer space and the current TCP window adverti…
77 …to the data to be sent and the length of the data. If the application needs RAM space for producin…
78 …once per application invocation; only the data from the last call will be sent.<h4><a class="ancho…
80 … made. As uIP does not keep track of packet contents after they have been sent by the device drive…
81 …was previously sent. From the application's standpoint, performing a retransmission is not differe…
114 …en a connection has been established, the application replies to all data sent to it by saying "ok…
126 …y it was called. If the application was called because the remote end has sent it data, it respond…
129 …n that it listens to a port for incoming connections and responds to data sent to it with a single…
131sent an acknowledgment back, the application can be sure that the welcome has been received and kn…
132 …e application sends the "Welcome!" message and sets it's state to WELCOME-SENT. When the welcome m…
133 …t in which state the application is. If the application is in the WELCOME-SENT state, it sends a "…
225 …tion has been established, an HTTP request is sent to the server. Since this is the only data that…
270sent and the size of the data that is left to send. When a remote host connects to the application…
271 …ncoming acknowledgments. When data has been acknowledged, new data can be sent. If there is no mor…
304 …on state for the connection. Since it may be the case that data should be sent out, the senddata()…
305 …o illustrate how to develop an application state machine, this message is sent in two parts, first…
366 …TING" and the "textlen" variable to be zero, indicating that there is no message to be sent out.<p>
367 …yte long "Hello " message with the connection. This message will later be sent out by the senddata…
368sent has been acknowleged by the receiving host. This acked() function first reduces the amount of…
369sent. It is called by the event handler function when new data has been received, when data has be…
386 …application function call. If the incoming packet acknowledges previously sent data, the connectio…
390 …e a sliding window mechanism for sending data. Multiple data segments are sent in succession witho…
391 …mplement it. Also, uIP does not buffer sent packets and a sliding window implementation that does …
398sent by the device driver, uIP requires that the application takes an active part in performing th…
413sent. A TCP receiver using this algorithm will only send acknowledgments for every other received …
414 …ent at a time, it will wait as much as 500 ms before an acknowledgment is sent. This means that th…
416 …oughput degradation of uIP need not be very severe. Small amounts of data sent by such a system wi…