David Shmelzer wrote:
I'm attempting to call netconn_new( NETCONN_UDP ) to open a UDP connection from the same thread as lwip and it hangs at sys_mbox_fetch(). In other words, in a packet I send to lwip I tell it to open a UDP connection. Either that's just not allowed or I'm doing something wrong. I can open the connection from another task. I'm using FreeRTOS. Thanks, dave
You're right, it's not allowed. Jifl -- eCosCentric Limited http://www.eCosCentric.com/ The eCos experts Barnwell House, Barnwell Drive, Cambridge, UK. Tel: +44 1223 245571 Registered in England and Wales: Reg No 4422071. ------["The best things in life aren't things."]------ Opinions==mine _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
