[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Re: application above lwip too low - lwip memp overflo
From: |
Mike Kleshov |
Subject: |
Re: [lwip-devel] Re: application above lwip too low - lwip memp overflow |
Date: |
Wed, 14 Jan 2009 19:32:36 +0300 |
As far as I can see, the only problem is initialization of static
variables. If you can make your C startup code re-initialize them,
then you can simply start lwip again.
- mike
2009/1/14 Piero 74 <address@hidden>:
> ...if it'is possible, i need to "restart" in same way the lwip stack,
> freeing all memp.
> My application will restart the board after few time without network
> activity, but i'd like to have a "soft" method to restart only the stack
>
> Any idea?