Dimax wrote: > I'm migrating from 1.3.2 to 1.4.1. Have a look at the UPGRADING file in the sources, which contains a couple of changes related to upgrading from older versions (though not the two below).
> 1. sys_arch_timeouts - This function is missing (not required) in 1.4.1. > Has timeout treatment changed in 1.4.1 ? Yes. User-timeous are not supported any more. Instead, timeouts are only supported on the tcpip_thread, so there is not need to get a task-local struct any more. > 2. Can I use existing lwipopts from 1.3.2 in 1.4.1 Yes, that should work. New options have default values. If it doesn't work, we'd be happy to get feedback about it. Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
