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: Piero 74
Subject: Re: [lwip-users] mutiple tcp connections?
Date: Wed, 18 Mar 2009 19:54:16 +0100

i'm using select to manage 3 listener and optionally up to 3 active
connections in the same task

Piero

2009/3/18, address@hidden <address@hidden>:
> 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
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users
>




reply via email to

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