lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Out of memory in PCP_PCB pool after 2^32 milliseconds


From: address@hidden
Subject: Re: [lwip-users] Out of memory in PCP_PCB pool after 2^32 milliseconds
Date: Mon, 31 May 2021 10:48:20 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

Am 31.05.2021 um 08:09 schrieb Adam Baron:
> [..]
> Timer is increased over maximum sys_now(), which overflows at (2^32)/10.

You're right that this is a bug in your port: sys_now() has to be a free
running counter overflowing at the 32 bit boundary, not earlier.

Regards,
Simon



reply via email to

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