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
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 the listen queue. The value is passed directly to the listen system call and it's precise semantics i