Lines Matching full:has
29 With the success of the Internet, the TCP/IP protocol suite has become a global standard for commun…
42 <li>Check if a packet has arrived from the network.</li><li>Check if a periodic timeout has occurre…
44 If a packet has arrived, the input handler function, <a class="el" href="a00146.html#ga4360412ee935…
56 …has a fixed table for holding connection state. The global packet buffer is large enough to contai…
60 …PI for TCP/IP is the BSD socket API which is used in most Unix systems and has heavily influenced …
66 …ved, when data has been successfully delivered to the other end of the connection, when a new conn…
67 …has to be buffered in memory while waiting for an acknowledgment even if the application might be …
70 …46">UIP_APPCALL()</a>, that uIP calls whenever an event occurs. Each event has a corresponding tes…
74 …f1e03725">uip_newdata()</a> is non-zero, the remote host of the connection has sent new data. The …
84 If the connection has been closed by the remote end, the test function <a class="el" href="a00147.h…
86 …ost, or that the connection retransmitted the last data too many times and has been aborted. uIP r…
89 …has two purposes. The first is to let the application periodically know that a connection is idle,…
114 …plication listens for incoming connections on port 1234. When a connection has been established, t…
126 …e remote end has sent it data, it responds with an "ok". If the application function was called be…
129 … application prints out a welcoming "Welcome!" message when the connection has been established.<p>
131 …has not been acknowledged by the remote host, it might have been dropped in the network. But once …
225 When the connection has been established, an HTTP request is sent to the server. Since this is the …
271 The application is driven by incoming acknowledgments. When data has been acknowledged, new data ca…
273 … a structured way. The following example provides a structured design that has showed itself to be…
303 …. If so, the appropriate error function is called. Also, if the connection has been closed, the cl…
304 Next, the function checks if the connection has just been established by checking if <a class="el" …
366 The connected() function will be called when a connection has been established, and in this case se…
368 …has been acknowleged by the receiving host. This acked() function first reduces the amount of data…
369 … event handler function when new data has been received, when data has been acknowledged, when a n…
378 The current implementation only has a single buffer for holding packets to be reassembled, and ther…
380 IP has the ability to broadcast and multicast packets on the local network. Such packets are addres…
395 …the periodic timer fires, it increments a counter for each connection that has unacknowledged data…
409 …ata has to be copied between the kernel space and the address space of the user processes and a co…