lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] multithreaded app ...


From: address@hidden
Subject: Re: [lwip-users] multithreaded app ...
Date: Mon, 21 Jun 2010 18:54:57 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5

Teratux wrote:
I'm having trouble setting up a two threaded application that reads and
writes from an ethernet port.  Is there any problem with setting up
something like this?? Is lwip prepared to share resources like the
netconn* struct and is it able to read and write at the same time (
ideally ) ??
Unfortunately, it's not. Sockets or netconns may only be used from one thread at a time.

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]