Lines Matching full:sending
58 …nd the maximum amount of simultaneous connections. A device that will be sending large e-mails whi…
68 …ication can be written in such a way that the same code is used both for sending data and retransm…
75 Sending Data</a></h4>
76 When sending data, uIP adjusts the length of the data sent by the application according to the avai…
81 …ication can be written in such a way that the same code is used both for sending data and retransm…
132 …the application receives any new data from the remote host, it responds by sending an "ok" back.<p>
305 …ts for any data to arrive on the connection, and responds to the data by sending out the message "…
364 … in which the application is sending the "Hello" part of the message, or "STATE_WORLD", in which t…
369 Finally, the senddata() function takes care of actually sending the data that is to be sent. It is …
380 … or multicast packets. uIP current supports broadcast packets as well as sending multicast packets…
390 Most TCP implementations use a sliding window mechanism for sending data. Multiple data segments ar…
398 …ication can be written in such a way that the same code is used both for sending data and retransm…
415 Thus the maximum throughput equation when sending data from uIP will be $p = s / (t + t_d)$ where $…