sorry kieran, sorry for my english, but i don“t understand

This loop is correct?

do{
          // Check for received packets on configured sockets (blocking )
          ret = select(maxfd+1, &acceptset, NULL, NULL, NULL);

          ......

          ......


           }
      }while ( numconection <NUM_SOCKET );

Can i connect in the same task(one thread) with different TCP sockets with
different port ?
 socket 1 port 1500H
socket 2 port 1501H
 ....


Oscar



On Tue, Sep 29, 2009 at 4:02 PM, Kieran Mansley <[email protected]> wrote:

> On Tue, 2009-09-29 at 15:39 +0200, Oscar F wrote:
> > Hello Kieran, but i did that no?
>
> Not that I can see.
>
> 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

Reply via email to