Lines Matching full:when
32 …edded device is to communicate with another equally limited device, e.g., when running distributed…
44 …op. The input handler function will never block, but will return at once. When it returns, the sta…
45 …When the main control loop infers that the periodic timer should fire, it should invoke the timer …
56 …When a packet arrives from the network, the device driver places it in the global buffer and calls…
66 …on when data is received, when data has been successfully delivered to the other end of the connec…
67 uIP is different from other TCP/IP stacks in that it requires help from the application when doing …
68 …When uIP decides that a segment should be retransmitted, it calls the application with a flag set …
72 When the application is called by uIP, the global variable <a class="el" href="a00088.html">uip_con…
76 When sending data, uIP adjusts the length of the data sent by the application according to the avai…
80 …at the application takes an active part in performing the retransmission. When uIP decides that a …
81 …ied out by the application, it is the responsibility of the stack to know when the retransmission …
88 When a connection is idle, uIP polls the application every time the periodic timer fires. The appli…
89 … send new data that has been produced. The application can only send data when invoked by uIP, and…
91 …a00147.html#gdd1ab3704ecd4900eec61a6897d32dc8">uip_listen()</a> function. When a connection reques…
114 …plication. The application listens for incoming connections on port 1234. When a connection has be…
129 …erence is that this application prints out a welcoming "Welcome!" message when the connection has …
132 When a remote host connects to the application, the application sends the "Welcome!" message and se…
225 When the connection has been established, an HTTP request is sent to the server. Since this is the …
226 When the application receives new data from the remote host, it sends this data to the device by us…
270 …e data that should be sent and the size of the data that is left to send. When a remote host conne…
271 The application is driven by incoming acknowledgments. When data has been acknowledged, new data ca…
273 When writing larger programs using uIP it is useful to be able to utilize the uIP API in a structur…
304 …cted() function is called and is supposed to do whatever needs to be done when the connection is e…
366 The connected() function will be called when a connection has been established, and in this case se…
367 When new data arrives from the network, the newdata() function will be called by the event handler …
369 …when new data has been received, when data has been acknowledged, when a new connection has been e…
375 When incoming packets are processed by uIP, the IP layer is the first protocol that examines the pa…
377 …ned on an 8-byte boundary, the bit map requires a small amount of memory. When all fragments have …
395 … counter for each connection that has unacknowledged data in the network. When an acknowledgment i…
398 …When uIP decides that a segment should be retransmitted, it calls the application with a flag set …
415 Thus the maximum throughput equation when sending data from uIP will be $p = s / (t + t_d)$ where $…
417 The maximum throughput when uIP acts as a receiver is not affected by the delayed acknowledgment th…