lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip crashing, apparently in sys_check_timeouts


From: Sergio R. Caprile
Subject: Re: [lwip-users] lwip crashing, apparently in sys_check_timeouts
Date: Fri, 24 Aug 2018 09:50:55 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

You can just check the code yourself, but no, sys_check_timeouts()
should return asap since it is meant to be called as frequently as
possible (afap?) and living in the main loop of many systems.
However, from time to time, something needs to be done, like for example
resending a TCP segment, so it will do something. It does call a system
function you provide, though, to get current time in ms. You should
first check for blocking there, and then perhaps try to discover the
whole scenario to get a clue on where the dragon is lurking. Did you
happen to log the traffic so you can correlate crashes to (for example)
retransmissions ?
Just rambling.



reply via email to

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