2008/11/25 Kieran Mansley <[EMAIL PROTECTED]> > 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
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
