> > sysctl -w net.inet.ip.intr_queue_maxlen=100 > > Hi, > Are there any nasty side effects for increasing this value ? Also, how > would one go about tracking down why net.inet.ip.intr_queue_drops is > incrementing ?
In general, if your system is unable to drain ipintrq fast enough then you are hitting some CPU shortage, and increasing the queue size will not help, except perhaps in the short term or in peculiar situations where you have many interfaces, no fast_forwarding (this would help a lot here), or very bursty input traffic. cheers luigi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message