lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] How do I control the numbers of TCP connection to the s


From: address@hidden
Subject: Re: [lwip-users] How do I control the numbers of TCP connection to the same port?
Date: Thu, 04 Feb 2010 16:06:10 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

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




reply via email to

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