Re: [Twisted-Python] Effects of backlog parameter on listenTCP

2012-07-19 Thread Tobias Oberstein
> Can you please create a ticket for this documentation change so that it > doesn't get lost?  Done: http://twistedmatrix.com/trac/ticket/5793 Cheers, Tobias ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi

Re: [Twisted-Python] Effects of backlog parameter on listenTCP

2012-07-19 Thread Kevin Horn
On Thu, Jul 19, 2012 at 4:48 AM, Tobias Oberstein < tobias.oberst...@tavendo.de> wrote: > Hello Tim, Itamar, > > thanks for clarifying and reproducing the relevant man pages! > > It would be great if the Twisted docstring for "backlog" on > listenTCP/listenSSL stated something like: > > "Size of t

Re: [Twisted-Python] Effects of backlog parameter on listenTCP

2012-07-19 Thread Tobias Oberstein
-Ursprüngliche Nachricht- > Von: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python- > boun...@twistedmatrix.com] Im Auftrag von Tim Allen > Gesendet: Donnerstag, 19. Juli 2012 03:26 > An: Twisted general discussion > Betreff: Re: [Twisted-Python] Effects of backlog param

Re: [Twisted-Python] Effects of backlog parameter on listenTCP

2012-07-18 Thread Tim Allen
On Wed, Jul 18, 2012 at 04:43:01PM -0700, Tobias Oberstein wrote: > Could someone shortly elaborate on the semantics / effect of the parameter > "backlog" with listenTCP? It exactly corresponds to the "backlog" parameter of the BSD socket API function "listen(int sockfd, int backlog)". On my Debi

Re: [Twisted-Python] Effects of backlog parameter on listenTCP

2012-07-18 Thread Itamar Turner-Trauring
On 07/18/2012 07:43 PM, Tobias Oberstein wrote: > Could someone shortly elaborate on the semantics / effect of the parameter > "backlog" with listenTCP? > > The docs say: "size of the listen queue". > > Is that a tunable within Twisted? > > I mean, there are kernel parameters for queue sizes of no

[Twisted-Python] Effects of backlog parameter on listenTCP

2012-07-18 Thread Tobias Oberstein
Could someone shortly elaborate on the semantics / effect of the parameter "backlog" with listenTCP? The docs say: "size of the listen queue". Is that a tunable within Twisted? I mean, there are kernel parameters for queue sizes of not yet completely TCP handshaked connections and so on. But t