This means tcp_listen_with_backlog can be used to enforce only one connection? If this backlog limit is exceeded, what happens?
Bill >-----Original Message----- >From: [email protected] >[mailto:[email protected]] On >Behalf Of [email protected] >Sent: Thursday, February 04, 2010 10:06 AM >To: [email protected] >Subject: Re: [lwip-users] How do I control the numbers of TCP connection >to the same port? > >Kieran Mansley wrote: >> On Wed, 2010-02-03 at 09:08 -0500, Chen wrote: >> >>> Hi, all, >>> >>> How do I control the numbers of TCP connection to the same port? >>> >If you mean the number of concurrent tcp client connections to one >listening connection, that would be the backlog, and you can set it with >tcp_listen_with_backlog(). > >Simon > > >_______________________________________________ >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
