The PPP client is not set up for destruction in the main line code as there is not a thread remove function that is part of lwIP. You will need to implement your own thread remove function and call it when the pppMain function is finished. This will allow another PPP instance.
Dustin Message: 7 Date: Tue, 26 Aug 2008 14:48:40 +0530 From: "Akshat Bisht" <[EMAIL PROTECTED]> Subject: [lwip-users] Can't return from PPP thread To: "Mailing list for lwIP users" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hello, After the PPP thread starts, it can't seem to return to pppOverSerialOpen. Is it to do with context switching? Also tcpip thread can't call callback function which is located in my main.c. Can anyone shead light on what i'm doing wrong? I'm using IAR's workbench. Thanks and regards, Akshat Bisht -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gnu.org/pipermail/lwip-users/attachments/20080826/18910b3b/ attachment.html ------------------------------ _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
