lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Another clarification about sys_arch_timeouts...


From: Simon Goldschmidt
Subject: Re: [lwip-devel] Another clarification about sys_arch_timeouts...
Date: Thu, 24 Jan 2013 10:51:54 +0100

RAc wrote:
> I'd be grateful for any insight in this issue. I couldn't find mentioning
> of
> sys_arch_timeouts() in sys_arch.txt.

I'd be grateful if you would cite the issue. I don't have the full history of 
lwip-devel in my inbox :-)


As to your original question, the original implementation of timeouts using 
sys_arch_timeouts was somewhat buggy as it could lead to re-entering functions 
that were not reentrant. It has been removed completely with 1.4.0.

Instead, stack-internal timers are handled by the stack itself. Support for 
timeouts in application threads was dropped, you have to implement these 
yourself if you need them.

Simon



reply via email to

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