Lines Matching refs:data

31   * opt.h, tcp.c, tcp_in.c: Implemented limiting data on ooseq queue (task #9989)
194 received, not when we have more data queued for sending than fits into the
228 the last packet including FIN can lose data
282 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
359 UDP data for LWIP_NETIF_TX_SINGLE_PBUF==1
363 take a precalculated checksum, added pbuf_fill_chksum() to copy data
364 into a pbuf and at the same time calculating the checksum for that data
400 This should speed up receiving data on sockets as the select code in
418 calling tcp_write with many small blocks of data. Instead, pbufs are
831 (recv() makes receive window update for data that wasn't received by
1023 * tcp_out.c: Fixed bug #27905: FIN isn't combined with data on unsent
1079 * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit
1162 take option flags rather than specified option data
1321 no-copy-tcpwrite": deallocate option data, only concat segments with same flags
1325 in the header pbuf, not the data pbuf)
1508 to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the
2093 recv_raw() does not consume data", and the ping sample (with
2136 data packet was lost): add assert that all segment lists are empty in
2472 * sockets.c: Fix ioctl FIONREAD when some data remains from last recv.
2863 delayed ACK in order to open the window if the stack is only receiving data.
2884 * inet.c: Made data types consistent in inet_ntoa().
3104 amount of data, and does not add one for SYN and FIN segments.
3125 * read() in BSD socket library could drop data.
3190 * Variables named "data" and "code" have been renamed in order to
3200 * TCP: Connection attempts time out earlier than data
3328 - Out of sequence data was in some cases never delivered to the