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

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to