lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Free LwIP resources


From: Paul Archer
Subject: Re: [lwip-users] Free LwIP resources
Date: Fri, 9 Sep 2011 11:51:32 +1000

On Fri, Sep 9, 2011 at 2:27 AM, Simon Goldschmidt <address@hidden> wrote:
> The hardest part will be to reset all global lwIP variables to their default 
> values, though...
This could be accomplished with some linker script trickery.
For example, place all of the lwIP variables in its own section. Then
memset this section to zero, and re-copy the defaults from the const
lwIP section.


-- 
----
Regards
Paul Archer
address@hidden



reply via email to

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