Re: rcvbuf option

2014-02-19 Thread atarob
Maxim Dounin Wrote: --- > Hello! > > On Tue, Feb 18, 2014 at 05:16:18PM -0500, atarob wrote: > > > Maxim Dounin Wrote: > > --- > > > Hello! > > > > > > On Tue, Feb 18, 2014 at 02:58:05PM -0500

Re: rcvbuf option

2014-02-19 Thread Maxim Dounin
Hello! On Tue, Feb 18, 2014 at 05:16:18PM -0500, atarob wrote: > Maxim Dounin Wrote: > --- > > Hello! > > > > On Tue, Feb 18, 2014 at 02:58:05PM -0500, atarob wrote: > > > > > The config listen option rcvbuf which maps to the TCP SO_RCVBUF, is

Re: rcvbuf option

2014-02-18 Thread atarob
Maxim Dounin Wrote: --- > Hello! > > On Tue, Feb 18, 2014 at 02:58:05PM -0500, atarob wrote: > > > The config listen option rcvbuf which maps to the TCP SO_RCVBUF, is > applied > > to the listening socket, and not inherited by the accept()ed > c

Re: rcvbuf option

2014-02-18 Thread Maxim Dounin
Hello! On Tue, Feb 18, 2014 at 02:58:05PM -0500, atarob wrote: > The config listen option rcvbuf which maps to the TCP SO_RCVBUF, is applied > to the listening socket, and not inherited by the accept()ed connections. So > if you have a high load application where the legitimate request is bound t

rcvbuf option

2014-02-18 Thread atarob
The config listen option rcvbuf which maps to the TCP SO_RCVBUF, is applied to the listening socket, and not inherited by the accept()ed connections. So if you have a high load application where the legitimate request is bound to be no more than 4K, for instance, you could save a lot of RAM by drop