[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Using pbuf_free outside of the lwip main thread
From: |
multiplex |
Subject: |
Re: [lwip-users] Using pbuf_free outside of the lwip main thread |
Date: |
Wed, 19 May 2010 14:38:01 -0700 (PDT) |
Simon Goldschmidt wrote:
>
> The only limitation here is
> that to call pbuf_free() from interrupt context, you additionally have
> to set LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT==1 since otherwise,
> mem_free() tries to wait on a mutex (which it can't, from an interrupt).
>
Is that available in 1.3.0 ?
--
View this message in context:
http://old.nabble.com/Using-pbuf_free-outside-of-the-lwip-main-thread-tp28607146p28614531.html
Sent from the lwip-users mailing list archive at Nabble.com.