lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] the problem continious with my TCP connection socket


From: Oscar F
Subject: Re: [lwip-users] the problem continious with my TCP connection socket
Date: Tue, 29 Sep 2009 16:08:48 +0200

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 <address@hidden> 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
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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