lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] DHCP request fails after 5th try (memory leack?)


From: George Ruinelli
Subject: Re: [lwip-users] DHCP request fails after 5th try (memory leack?)
Date: Thu, 12 Jun 2014 06:54:50 +0000

Hi Sergio

Thank you for your input!

You were right, there was another task using pbufs.
We re-initialized it every time a new network setting got applied (i.e. also 
when a DHCP request was completed).
Sadly it every time took a new pbuf but didn't release the old one.
After fixing this the DHCP client works as expected and without memory overflow.

Best regards
George



reply via email to

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