lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [lwip-users] Can't return from PPP thread


From: Dustin Stahlback
Subject: RE: [lwip-users] Can't return from PPP thread
Date: Tue, 26 Aug 2008 08:38:52 -0500

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" <address@hidden>
Subject: [lwip-users] Can't return from PPP thread
To: "Mailing list for lwIP users" <address@hidden>
Message-ID:
        <address@hidden>
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

------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]