I have suposses that the sockets TCP may be different, for different port and same IP. In my file i´ve repeat the select call forever then where i reset the struct fd_set?
Thanks Oscar On Tue, Sep 29, 2009 at 2:21 PM, Oscar F <[email protected]> wrote: > Thank you, one thing, each connection is for different port > (1500,1501,1502,,..) 8 in total. Don´t mind use select option to accept the > same no? > > Thanks > Oscar > > > On Tue, Sep 29, 2009 at 1:20 PM, Kieran Mansley <[email protected]> wrote: > >> On Tue, 2009-09-29 at 11:13 +0200, Oscar F wrote: >> > Hello, i know exactly the request customer to accept the connection. >> > >> > the question is, can i accept two or more conecction TCP in only >> > thread of the my program ( create in board EVK1100 AVR32 ) >> >> Yes. This is the best way to do it. Creating more threads will make >> your problems worse, not better! >> >> Kieran >> >> >> >> _______________________________________________ >> lwip-users mailing list >> [email protected] >> http://lists.nongnu.org/mailman/listinfo/lwip-users >> > >
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
