I use lwIP with a multithreaded OS. The threading is as follows: PPP thread TCPIP thread with DNS enabled APPLICATION thread
When I enable the DNS functionality, the PPP client will never make a connection (callback is never called within the PPP thread). However, when DNS is disabled, the PPP client runs and operates correctly. Is there any fundamental reason why this would fail such as incorrect thread handling. The only call I see the PPP client make is tcpip_callback(). Thanks for any help. Dustin _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
