On Fri, 30 Apr 2010 13:23:13 -0700
Maxim Sobolev wrote:
> Hi,
>
> Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
> set length of the outgoing packets queue. The default value for that
> parameter is only 50, which is pretty low especially for the cases when
> the syste
On Sat, 01 May 2010 02:11:04 -0700
Maxim Sobolev wrote:
> Gary Jennejohn wrote:
> > On Fri, 30 Apr 2010 13:23:13 -0700
> > Maxim Sobolev wrote:
> >
> >> Hi,
> >>
> >> Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
> >> set length of the outgoing packets queue. The defau
On Fri, 30 Apr 2010, Maxim Sobolev wrote:
Hi,
Julian Elischer wrote:
On 4/30/10 1:23 PM, Maxim Sobolev wrote:
Hi,
Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
set length of the outgoing packets queue. The default value for that
parameter is only 50, which is pretty
Gary Jennejohn wrote:
On Fri, 30 Apr 2010 13:23:13 -0700
Maxim Sobolev wrote:
Hi,
Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
set length of the outgoing packets queue. The default value for that
parameter is only 50, which is pretty low especially for the cases wh
Julian Elischer wrote:
On 4/30/10 1:23 PM, Maxim Sobolev wrote:
Hi,
Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
set length of the outgoing packets queue. The default value for that
parameter is only 50, which is pretty low especially for the cases when
the system hand
On 4/30/10 1:23 PM, Maxim Sobolev wrote:
Hi,
Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
set length of the outgoing packets queue. The default value for that
parameter is only 50, which is pretty low especially for the cases when
the system handles lot of small packets
Maxim Sobolev wrote:
> Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
> set length of the outgoing packets queue. The default value for that
> parameter is only 50, which is pretty low especially for the cases when
> the system handles lot of small packets and can cause
Hi,
Many network drivers in the FreeBSD kernel use the IFQ_MAXLEN value to
set length of the outgoing packets queue. The default value for that
parameter is only 50, which is pretty low especially for the cases when
the system handles lot of small packets and can cause ENOBUFS in
applications