On Mon, 2008-01-21 at 12:12 +0000, Julian Gardner [RSD] wrote: > and 5 tasks? dont want to stop the main code running.
That would work, or use select() (if the lwIP implementation is up to it) or use non-blocking reads (again, not sure if our implementation of sockets is complete enough) and poll the sockets. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
