lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Context of poll and recv?


From: Simon Goldschmidt
Subject: Re: [lwip-users] Context of poll and recv?
Date: Wed, 17 Sep 2014 12:16:38 +0200

Karl Karpfen wrote:
> [..]
> My question: are both running in same IRQ-context or are they triggered
> by different ones so that filling the send buffer this way would lead to
> troubles too? A check if previously enqueued data are fully send of course is 
> implemented.

That *totally* depends on your lwIP port. However, that port has to ensure lwIP 
code is not executed in parallel, so you should be safe (unless your port does 
not follow this rule).


Simon



reply via email to

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