On 23 Feb 2012, at 08:34, Darius Babrauskas wrote: > I have old project with LWIP v.1.2. for AVR32. > > Problem: > > 2 threads A and B . Each treads have 1 UDP socket with No( 0 and 1 ). Each > thread have self timeout struct.
I think if you don't want to update to the latest version of lwIP you will probably have to serialise your use of lwIP sockets into a single thread. Kieran _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
