Re: [lwip-users] udp_send / udp_recv thread safefy

2017-09-08 Thread Ricardo Martins
Thanks, I'll use the tcpip_callback then. Kind regards, Ricardo martins On Fri, Sep 8, 2017 at 2:52 PM, Dirk Ziegelmeier wrote: > No, its not OK to call raw API functions from another thread. > > See http://www.nongnu.org/lwip/2_0_x/pitfalls.html > > Dirk > > On Fri, Sep

Re: [lwip-users] udp_send / udp_recv thread safefy

2017-09-08 Thread Dirk Ziegelmeier
No, its not OK to call raw API functions from another thread. See http://www.nongnu.org/lwip/2_0_x/pitfalls.html Dirk On Fri, Sep 8, 2017 at 12:04 PM, Ricardo Martins wrote: > Hi, > > I'm doing some work with LWIP 2.0.2 using the raw API to send and receive > UDP