lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] OS-less Active Web Server with RAW API.


From: Leon Woestenberg
Subject: Re: [lwip-users] OS-less Active Web Server with RAW API.
Date: Fri, 09 Jul 2004 00:45:07 +0200
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

Hello,

Why not simply set up a timer interrupts to call tcp_fasttmr() and tcp_slowtmr() ?
That's how I do it.

You could do that, but the interrupt should not pre-empt the running program while it is inside the lwIP functions, as this will lead to race conditions and/or concurrency induced crashes.

Leon.




reply via email to

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