Lines Matching refs:out

176     windows (bug #34176 select after non-blocking send times out)
291 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
293 it would time out.
565 is present never times out) by starting retransmission timer before checking
592 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
625 * timers.c: patch #7329: tcp_timer_needed prototype was ifdef'ed out for
759 aborting existing connection on address change, filter out link-local
835 * sockets.c: Fixed bug #28853 (lwip_recvfrom() returns 0 on receive time-out
839 * ppp.c: task #10154 (PPP: Update snmp in/out counters for tx/rx packets)
1007 * tcp_in.c: Fixed bug #28054: Two segments with FIN flag on the out-of-
1008 sequence queue, also fixed PBUF_POOL leak in the out-of-sequence code
1221 out of window or out of order properly
1414 * pbuf.c: reclaim pbufs from TCP out-of-sequence segments if we run
1415 out of pool pbufs.
1959 out the netif/ppp/*h header files for now, since I don't know which files are
2173 arrive out-of-order
2187 happen any time). Now the packet simply isn't enqueued when out of memory.
2303 out of sequence processing of received packets
2584 comment out missing header include in icmp.c
2711 * tcp_{in,out}.c: added SNMP counters.
2727 * snmp/msg_{in,out}.c added
2784 * tcp_{in,out}.c, tcp_out.c: Removed 'even sndbuf' fix in TCP, which is
2819 * tcp_{out|in}.c: Applied patch fixing unaligned access.
2866 * tcp*.*: Retransmit time-out handling improvement by Sam Jansen.
2943 * Fixed TCP bug in dequeueing of FIN from out of order segment queue.
3200 * TCP: Connection attempts time out earlier than data
3208 * TCP: out of order segments were in some cases handled incorrectly,
3315 - The TCP receive window was incorrectly closed when out of
3318 - Connections are now timed-out of the FIN-WAIT-2 state.