lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] raw api multiple connections


From: Sergio R. Caprile
Subject: Re: [lwip-users] raw api multiple connections
Date: Wed, 27 Apr 2016 09:33:56 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

You can have multiple connections with raw api. See httpd_raw example in contrib tree (1.4.1) or httpd in apps (git head). If you want to use lwIP in a multi-threaded environment, your best bet is to use netconn or socket APIs (unless you restrict all calls within a thread or implement a basic version of what netconn does yourself...)



reply via email to

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