lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] socket functionality - nonblocking?


From: Piero 74
Subject: Re: [lwip-users] socket functionality - nonblocking?
Date: Tue, 25 Nov 2008 11:23:22 +0100



2008/11/25 Kieran Mansley <address@hidden>
I'm not sure if you can put a listening socket in the
readable set and get notified when a new connection arrives either -
perhaps someone else has recent experience of this.

yes... it's possible... i use it in my code... my task loop using a select normally with only listener sockets, adding a open socket when a connection is accepted.
It works very well.

Piero


reply via email to

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