lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] mutiple tcp connections?


From: address@hidden
Subject: Re: [lwip-users] mutiple tcp connections?
Date: Wed, 18 Mar 2009 19:40:12 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Chen wrote:
once entering lwip_accept, it blocks until a connection is made. How can i allow more than 1 tcp connection on differnt portS?

That is a general question about sockets programming, not limited to lwIP. Thus this list may not be the best place to ask. In general, you can pass a list of sockets in the listen state to select to get notified when one of them has a connection pending.

Simon




reply via email to

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