Subject: Re: Slow Ethernet speed out a DSL link
To: netbsd <netbsd@purk.ee>
From: Andrew Gillham <gillham@vaultron.com>
List: current-users
Date: 05/13/2002 11:36:24
On Mon, May 13, 2002 at 09:05:50PM +0300, netbsd wrote:
> Hi
> 
> same here...:)
> we have dsl 2Mbit/s...no errors at all...all seems...fine...but traffic is
> so slow like standard 56kbit modem:)
> it happens...2 times in month...maybe lan cards..cant even imagine:)

You should make sure the is not a memory leak issue, or something else that
is hogging memory and causing your box to swap.
Also, check the output of 'netstat -m' to get an idea of how many mbufs
are in use and whether you could benefit from increasing NMBCLUSTERS.

-Andrew