[Top][All Lists]
[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: |
Bill Auerbach |
Subject: |
RE: [lwip-users] How do I control the numbers of TCP connection to the same port? |
Date: |
Thu, 4 Feb 2010 10:33:38 -0500 |
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: address@hidden
>[mailto:address@hidden On
>Behalf Of address@hidden
>Sent: Thursday, February 04, 2010 10:06 AM
>To: address@hidden
>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
>address@hidden
>http://lists.nongnu.org/mailman/listinfo/lwip-users