Lines Matching full:when
57 another equally limited device, e.g., when running distributed
125 will never block, but will return at once. When it returns, the stack
132 round-trip time estimations. When the main control loop infers that
135 retransmissions when dealing with a timer event, the network device
188 size. When a packet arrives from the network, the device driver places
196 arrive when the application is processing the data must be queued,
203 performance degradation, but only when multiple connections are
260 response to certain events. uIP calls the application when data is
261 received, when data has been successfully delivered to the other end
262 of the connection, when a new connection has been set up, or when data
272 from the application when doing retransmissions. Other TCP/IP stacks
286 the retransmission. When uIP decides that a segment should be
296 to know when the retransmission should be made. Thus the complexity of
312 When the application is called by uIP, the global variable uip_conn is
337 When sending data, uIP adjusts the length of the data sent by the
364 retransmission. When uIP decides that a segment should be
376 it is the responsibility of the stack to know when the retransmission
404 When a connection is idle, uIP polls the application every time the
412 has been produced. The application can only send data when invoked by
419 listening with the uip_listen() function. When a connection request
476 listens for incoming connections on port 1234. When a connection has
518 prints out a welcoming "Welcome!" message when the connection has been
538 When a remote host connects to the application, the application sends
539 the "Welcome!" message and sets it's state to WELCOME-SENT. When the
663 When the connection has been established, an HTTP request is sent to
669 When the application receives new data from the remote host, it sends
732 sent and the size of the data that is left to send. When a remote host
738 The application is driven by incoming acknowledgments. When data has
744 When writing larger programs using uIP it is useful to be able to
796 called and is supposed to do whatever needs to be done when the
880 The connected() function will be called when a connection has been
885 When new data arrives from the network, the newdata() function will be
906 when new data has been received, when data has been acknowledged, when
907 a new connection has been established, when the connection is polled
908 because of inactivity, or when a retransmission should be made. The
934 When incoming packets are processed by uIP, the IP layer is the first
949 small amount of memory. When all fragments have been reassembled, the
1036 each connection that has unacknowledged data in the network. When an
1053 retransmission. When uIP decides that a segment should be
1063 to know when the retransmission should be made. Thus the complexity of
1155 Thus the maximum throughput equation when sending data from uIP will
1171 The maximum throughput when uIP acts as a receiver is not affected by