Lines Matching refs:t

179   * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
416 Work on tcp_enqueue: Don't waste memory when chaining segments,
575 "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal.
613 * tcp_in.c: Fixed bug #30577: tcp_input: don't discard ACK-only packets after
655 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
707 * dhcp.c: Fixed bug #30038: dhcp_network_changed doesn't reset AUTOIP coop
736 triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled
757 * netif.c, ipv4/ip.c: task #10241 (AutoIP: don't break existing connections
766 * ipv4/ip.c: Don't try to forward link-local addresses
769 * etharp.c: Fixed bug #29087: etharp: don't send packets for LinkLocal-
831 (recv() makes receive window update for data that wasn't received by
863 * netif.c: Don't call the link-callback from netif_set_up/down() since
1023 * tcp_out.c: Fixed bug #27905: FIN isn't combined with data on unsent
1065 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change
1070 * dhcp.c: Removed most calls to udp_connect since they aren't necessary
1133 one pbuf to help MACs that don't support scatter-gather DMA.
1194 interrupt context isn't safe: LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT allows
1234 recv_avail and don't increment counters until message successfully
1272 * tcp.h: bug #26349: Nagle algorithm doesn't send although segment is full
1291 of broadcast packets even when this option wasn't set. Port maintainers
1320 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with
1440 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an
1441 assertion check that addrlen isn't NULL.
1480 * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP
1485 from interrupt context isn't safe): set LWIP_USE_HEAP_FROM_INTERRUPT to 1
1563 * ip.c: Fix bug #21846 "LwIP doesn't appear to perform any IP Source Address
1959 out the netif/ppp/*h header files for now, since I don't know which files are
2019 time if you only use PPP or SLIP. The default is enable. Note we don't have to call
2043 be configured at run time with LWIP_TCP_KEEPALIVE, but don't change this
2048 * tcp.h: Keepalive values can be configured at compile time, but don't change
2137 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED
2153 * udp.c: first attempt to fix bug #21655 (DHCP doesn't work reliably with multiple
2159 * ip.c: fixed bug #21643 (udp_send/raw_send don't fail if netif is down) by
2187 happen any time). Now the packet simply isn't enqueued when out of memory.
2217 yours netconn_peer calls (so, it can't be a "silent change"). It also
2227 * icmp.c: Fixed bug #21107 (didn't reset IP TTL in ICMP echo replies)
2282 * tcp_out.c: tcp_enqueue: pcb->snd_queuelen didn't work for chaine PBUF_RAMs:
2294 * api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in
2299 because current code doesn't follow rawapi.txt documentation.
2338 rand(). Note that autoip_create_rand_addr doesn't use this macro.
2382 where TCP flags wasn't initialized in tcp_keepalive.
2391 re-used the input pbuf even if that didn't have enough space to include the
2393 echo response packet if the echo request pbuf isn't big enough.
2464 implementation so that it can be reused (don't allocate the target
2485 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold
2510 do_write and do_join_leave_group don't do anything if a previous error was signaled.
2513 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output
2525 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
2547 * api_lib.c: somes resources couldn't be freed if there was errors during
2587 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
2634 * ip_frag.c, ip_frag.h: Reduce code size: don't include code in those files
2668 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
2879 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
3071 threads because it wasn't protected by semaphores.
3132 * TCP MSS option wasn't parsed correctly.