Lines Matching refs:now
282 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
337 version is now only used in protocol headers. Added global storage for
345 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
516 * mem.c: The heap now may be moved to user-defined memory by defining
532 now only called from tcpip_thread or by explicitly checking them.
610 least 1 packet -> ARP_QUEUEING==0 now queues the most recent packet.
1324 * tcp_out.c: Fixed bug #25094: "Zero-length pbuf" (options are now allocated
1481 (flag now cleared)
1661 Note that previous "copy" parameter for "write" APIs is now called "apiflags".
1671 more since we now rely on the compiler initializing global and static
1714 if you want IGMP on an interface. igmp_stop() is now called inside netif_remove().
1715 igmp_report_groups() is now called inside netif_set_link_up() (need to have
1801 ETHARP_TCPIP_ETHINPUT, now, only "ethinput" code is supported, even if the
1831 Improved lwip_recvfrom(). TCP push now propagated.
1834 * ethernetif.c, contrib/ports/various: ethbroadcast now a shared global
1925 (defaulting to off for now) that can be set to 0 to send fragmented
1959 out the netif/ppp/*h header files for now, since I don't know which files are
1983 these fields are now renamed "addr" & "port".
2071 updated to call lwip_socket_init() now.
2081 some problems to fill the IP header on some targets, use now the
2142 If including <sys/time.h> for system-struct timeval, LWIP_TIMEVAL_PRIVATE now
2177 Fixed the nagle algorithm; nagle now also works for all raw API applications
2196 is now based on TCP_MSS instead of pcb->mss (on passive open now effectively
2219 lwip_getsockname use now a common lwip_getaddrname function since
2243 * tcpip.c: Fix TCPIP_MSG_INPKT processing: now, tcpip_input can be used for any
2291 allocation. It now returns NULL.
2488 MEMP_NUM_NETCONN in sockets.c right now.
2526 result and can cause a crash. lwip_send now check netbuf_ref result.
2785 now handled by the checksum routine properly.
2836 ETHARP_MAX_PENDING now should be at least 2. This prevents
2844 etharp_ip_input() now calls etharp_update() without ETHARP_TRY_HARD.
2845 etharp_query() now always DOES call ETHARP_TRY_HARD so that users
2851 * ipv4/ip_addr.c: ip_addr_isbroadcast() now checks that the given
2935 address is already known; we now always queue the packet and perform an ARP
2965 * Pass-by ARP requests do now update the cache.
2982 * DEBUGF now is LWIP_DEBUGF
3005 * ARP queueuing now queues the latest packet instead of the first.
3043 * ARP_QUEUEING should now correctly work for all cases, including
3075 * struct ip_addr now packed.
3084 * A new TCP function, tcp_tmr(), now handles both TCP timers.
3101 * All protocol header structs are now packed.
3103 * The ->len field in the tcp_seg structure now counts the actual
3114 * ARP timer now implemented.
3148 * ntoh* macros are now null definitions for big endian CPUs.
3209 and this has now been fixed. Delayed acknowledgements was broken
3210 in 0.4, has now been fixed. Binding to an address that is in use
3211 now results in an error. Reset connections sometimes hung an
3231 errors now have the correct type (err_t).
3248 rapidly allocated and deallocated is now kept in pools. Allocation
3252 * The memory, memory pool, and packet buffer subsystems now support
3261 now kept in a single header file "lwipopts.h".
3288 work correctly. This has now been fixed.
3294 * New and improved directory structure. All include files are now
3297 * The API now has proper error handling. A new function,
3298 netconn_err(), now returns an error code for the connection in
3301 * Improvements in the memory management subsystem. The system now
3307 configurations. lwIP now does a better job when overloaded.
3318 - Connections are now timed-out of the FIN-WAIT-2 state.
3326 - TCP RST flag now handled correctly.
3331 - Retransmitted segments now contain the correct acknowledgment
3335 (ala BSD). After a number of retransmissions, TCP now gives up
3338 * TCP connections now are kept on three lists, one for active
3343 * TCP now provides proper feedback to the application when a