lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Delaying accept


From: Simon Goldschmidt
Subject: Re: [lwip-users] Delaying accept
Date: Thu, 19 May 2011 08:47:54 +0200

Bertrand Roussel <address@hidden> wrote:
> There is already a queue of pending connections (backlog), an idea would
> have been to keep the pcbs there till the number of established connection
> for that listening pcb drop below a certain threshold fixed by the user.

No, there is no queue holding the pcbs. The backlog is a simple counter, which 
(with the current implementation) cannot be used to implement what you want. 
There's currently no code which could be easily altered to what you want to do. 
The backlog code is only there to abort (RST) incoming connections when the 
backlog limit is reached.

Simon
-- 
NEU: FreePhone - kostenlos mobil telefonieren und surfen!                       
Jetzt informieren: http://www.gmx.net/de/go/freephone



reply via email to

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