Lines Matching full:when

19   * tcp: do not keep sending SYNs when getting ACKs
25 * httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when httpd_post_data_recved
86 reason when listening fails (bug #49861)
131 * dhcp.c: fixed bug #49676 (Possible endless loop when parsing dhcp options)
135 (and therefore on a UDP socket/netconn) when the PCB is bound to IP_ADDR_ANY
141 * tcp_out.c: fixed bug #49533 (start persist timer when unsent seg can't fit
167 * tcp: call accept-callback with ERR_MEM when allocating a pcb fails on
182 automatically supported when an IPv6 netconn/socket is created.
250 ip(4/6)_addr_t are only used internally or when initializing netifs or when
275 ATTENTION: netif_set_up() now always has to be called, even when dhcp/autoip
309 * opt.h, memp.c: added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when
454 reconnecting, prevents connection flood, especially when using PPPoL2TP.
486 report sent data when only part of a segment is acked) and don't include
516 have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets
527 * api_msg.c: don't fail closing a socket/netconn when failing to allocate the
632 * ip4.c, etharp.c: fixed bug #40177 (System hangs when dealing with corrupted
645 are dropped when socket (not netconn!) is closed.
668 return ERR_ALREADY/EALRADY during connect, ERR_ISCONN/EISCONN when already
716 * opt.h, dhcp.h/.c: prevent dhcp from starting when netif link is down (only
717 when LWIP_DHCP_CHECK_LINK_UP==1, which is disabled by default for
735 event_callback() handle context switch when calling sys_sem_signal()
745 when sending FIN
776 * tcp.c: Fixed bug #36167 tcp server crash when client closes (maximum window)
779 * tcp_in.c: Fixed bug #36210 lwIP does not elicit an empty ACK when received
784 is invalid when an IP is set to thet netif.
794 * dhcp.c: fixed bug #40303 DHCP xid renewed when sending a DHCPREQUEST
797 * raw.c: fixed bug #41680 raw socket can not receive IPv6 packet when
845 when necessary
851 * netif.c: patch #7902 Fixed netif_poll() operation when LWIP_LOOPBACK_MAX_PBUFS > 0
868 * memp.c: fixed bug #41188 Alignment error in memp_init() when MEMP_SEPARATE_POOLS==1
918 * memp.c: fixed bug #36412: memp.c does not compile when
1041 (introduced when fixing bug# 33551)
1044 * ppp.c: fixed pbuf leak when PPP session is aborted through pppSigHUP()
1049 (introduced when fixing bug# 33551)
1087 * netif.c, etharp.h/.c: fixed bug #34684: Clear the arp table cache when
1120 zero window is received) by starting the persist timer when a zero window is
1121 received, not when we have more data queued for sending than fits into the
1128 * sockets.c, api_lib.c: fixed bug #34540: compiler error when CORE_LOCKING is
1136 byte value when pcb->unacked != NULL
1177 * tcp_in.c: fixed bug #33952 PUSH flag in incoming packet is lost when packet
1188 * api_msg.c, sockets.c: fixed bug #33956 Wrong error returned when calling
1213 * pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented
1214 for NO_SYS==1: when not using sys_check_timeouts(), call PBUF_CHECK_FREE_OOSEQ()
1219 sending an ARP request when an ARP entry is used in the last minute before
1237 * tcp.c: fixed bug #33398 (pointless conversion when checking TCP port range)
1301 * tcpip.h/.c, timers.c: Added an overridable define to get informed when the
1322 when creating TCP segments, not when (re-)transmitting them.
1328 event_callback is only executed when select is waiting.
1343 Work on tcp_enqueue: Don't waste memory when chaining segments,
1344 added option TCP_OVERSIZE to prevent creating many small pbufs when
1410 for allocating memory when getaddrinfo() is called.
1496 * ppp.c: Fixed bug #32648 (PPP code crashes when terminating a link) by only
1515 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind
1575 * dhcp.c: Once again fixed #30038: DHCP/AutoIP cooperation failed when
1582 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
1642 "symbol already defined" i.e. when linking to winsock
1685 when assiging routable address): when checking incoming packets and
1704 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
1782 another bug when LWIP_RAND() returns zero.
1848 * api_msg.h/.c, api_lib.c: Fixed bug #26672 (close connection when receive
1953 * tcp.c: tcp_alloc: prevent increasing stats.err for MEMP_TCP_PCB when
1998 when using udp_sendto_if() - always stay connected to IP_ADDR_ANY.
2002 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is
2019 which are not consecutive when retransmitting unacked segments
2023 Fixes bug #27338: sys_stats is defined when NO_SYS = 1
2040 * opt.h, init.c: bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF
2147 * tcp_in.c, tcp.c: Fix bug #27209: handle trimming of segments when
2169 * tcp.h: BUG26879: set ret value in TCP_EVENT macros when function is not set
2218 of broadcast packets even when this option wasn't set. Port maintainers
2234 when debugging": memp_sizes contained the wrong sizes (including sanity
2285 * init.c, opt.h: Patch#6774 TCP_QUEUE_OOSEQ breaks compilation when
2299 * tcp_out.c: set push bit correctly when tcp segments are merged
2337 Accepts_pending is decrease on a corresponding listen pcb when a connection
2378 * api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
2395 rather than rcv_ann_wnd when deciding if packets are in-window.
2400 passing as function pointers when MEM_LIBC_MALLOC is defined.
2560 DNS server ip addresses when options are received. You need to set LWIP_DNS=1
2628 even when it's not necessary). snmp_agent.txt tell to call snmp_inc_sysuptime()
2635 when it's queried (any direct call to "sysuptime" is changed by a call to
2676 how many times a group is used on an netif, and free it when all applications
2710 disabled when matching options are disabled. Also note that their is new options
2901 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending
2935 It will be used by DHCP to register a client hostname, but can also be use when you call
2942 Support for IPv4" section 4.6) when interface is "up" with netif_set_up().
3037 * tcp_out.c: BUG20511. Modify persist timer to start when we are
3062 * tcp.c, tcp_in.c: fix bug #21699 (segment leak in ooseq processing when last
3077 when the netconn is created.
3099 * tcp_in.c: Fixed bug #21582: pcb->acked accounting can be wrong when ACKs
3113 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
3114 happen any time). Now the packet simply isn't enqueued when out of memory.
3240 when closing tcp netconns: removed conn->sem, less context switches when
3252 warnings when assigning to smaller types.
3399 * sockets.c: Fix ioctl FIONREAD when some data remains from last recv.
3435 * api_msg.c: Fix bug #16830: "err_tcp() posts to connection mailbox when no pend on
3506 this is no worse than before when they would carry on regardless
3591 SYS_LIGHTWEIGHT_PROT=1 & freeing PBUF_RAM when mem_sem is not available)
3596 existing pbuf chain when enqueuing multiple pbufs to a pending ARP request
3617 when supplied timeout is also non-zero
3752 * udp.c: UDP pcb->recv() was called even when it was NULL.
3774 suffer from this when a server invalidly gave an in-use address.)
3782 * tcp.c: Increment pcb->snd_buf when ACK is received in SYN_SENT state.
3803 when LWIP_DEBUGF() empty. Closed an unclosed comment.
3805 when LWIP_DEBUGF() empty.
3847 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
3962 a copy-on-demand when necessary.
4045 * TCP output queue length was badly initialized when opening
4056 * Situations when all TCP buffers were used could lead to
4212 RAM never returned the RAM when the pbuf was deallocated.
4234 configurations. lwIP now does a better job when overloaded.
4242 - The TCP receive window was incorrectly closed when out of
4270 * TCP now provides proper feedback to the application when a