lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] ARP message stops TCP?


From: address@hidden
Subject: Re: [lwip-users] ARP message stops TCP?
Date: Thu, 20 Jul 2017 21:52:51 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Mike Rosing wrote:
I do think the call backs are inside the interrupt

Ehrm, unless everything in lwIP runs on that interrupt level and *not* in main loop (or a thread), that's OK. If not, sooner or later, you'll get a problem!

, but the total time is 10's of microseconds and the system response time is milliseconds, so it should not be an issue.

This doesn't depend on the callback run time vs. system response time. If it just happens that lwIP is processing timers while your callback fires, you'll have a problem. In the end, just don't try to use a library in a way that it wasn't meant to!

Simon



reply via email to

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