Hello I believe the answer to your question is in rawapi.txt in the doc folder of the lwip folders. The rawapi absolutely is not thread safe. How ever the "sequential- or socket API" is and runs as an application (separate thread). The rawapi.txt goes into this in much greater detail. If it is not in the set of directories (folders) for lwip download the lwip-1.4.1.zip (or which ever version you are using) and look in the doc folder. Hope this helps.
Dale Gary | Software Engineer Digital Monitoring Products | dmp.com 417.831.9362 ext. 1018 | Fax 417.831.1325 ----- Original Message ----- From: "ella" <[email protected]> To: [email protected] Sent: Monday, November 18, 2013 11:02:05 PM Subject: Re: [lwip-users] Advanced lwip raw API questions Hi, I've seen the information under mentioned link. Unfortunately it does not light up thread safe questions. Seams I will have to look into source code deeply. Also I'm going to check netconn implementation and examples to see how they support multi-threading where. -- View this message in context: http://lwip.100.n7.nabble.com/Advanced-lwip-raw-API-questions-tp22050p22059.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
