Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2004 03:01:25 -0600 (CST)
From:      Mike Silbersack <silby@silby.com>
To:        Chuck Swiger <cswiger@mac.com>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   Re: dummynet = local taffic > 100ms - help!
Message-ID:  <20040211025940.J1798@odysseus.silby.com>
In-Reply-To: <4028C9A9.7090503@mac.com>
References:  <opr24pm6dnomdbx5@localhost> <4028C9A9.7090503@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, 10 Feb 2004, Chuck Swiger wrote:

> I seem to recall some issues with setting HZ very fast, in that it breaks the
> uniqueness assumptions made by TCP sequence generation if HZ > 1000.  Dummynet
> does want better than the standard 10ms granularity (HZ=100), so perhaps you
> might try HZ=1000 and see whether that makes any difference.
>
> You might also consider increasing the queue length of your pipes when using
> prioriziation--- are you seeing packets being dropped?
>
> --
> -Chuck

It breaks TCP Timestamp generation slightly, but that's not likely to
break much of anything in practice.  TCP sequence numbers should be ok,
but there may be overflow if you go to something > 10000... I should check
one of these days.

Mike "Silby" Silbersack



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040211025940.J1798>