On Thu, 2010-08-19 at 18:22 +0530, sreesh lwip wrote: > I am planning this on windows
I don't have any experience of using lwIP on Windows (Simon does though and may be able to advise). On Linux I would have recommended using separate processes rather than threads as there should be no need to share state between your devices. Each one would then get its own Ethernet device and netif and be able to operate it independently of the others. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
