Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2005 13:47:59 -0600
From:      Paul Dokas <dokas@oitsec.umn.edu>
To:        Daniel Hartmeier <daniel@benzedrine.cx>
Cc:        frantzen@openbsd.org, freebsd-pf@freebsd.org
Subject:   Re: very odd PF + FreeBSD6.0 problems
Message-ID:  <20051216134759.795206f3.dokas@oitsec.umn.edu>
In-Reply-To: <20051216193830.GC14269@insomnia.benzedrine.cx>
References:  <20051216100915.73fef758.dokas@oitsec.umn.edu> <20051216183447.GA14269@insomnia.benzedrine.cx> <20051216190454.GF474@w4g.org> <20051216191831.GB14269@insomnia.benzedrine.cx> <20051216193830.GC14269@insomnia.benzedrine.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 16 Dec 2005 20:38:30 +0100 Daniel Hartmeier <daniel@benzedrine.cx> wrote:
> Doh.
> 
> delta_tsval == 1424952994 - 1424712993 == 240001
> delta_time == 120082719 us (120.082719 s)
> 
> freq == delta_tsval / delta_time
>      == 240001 / 120.082719
>      == 240001 * 1000000 / 120082719   
>      == 1998 Hz (> 1000 Hz)
> 
> So it's not that far off, the server seems to increment timestamps at
> 0.5 ms per tick (2 kHz), instead of the RFC mandated 1 ms (1 kHz).
> 
> Daniel


Bingo (I think).  I found the following in the firewall's kernel config:

  options HZ=2000

I'm going to get than changed and see if the problem goes away.


I really appreciate the help!

Paul
-- 
Paul Dokas                                     dokas at oitsec.umn.edu
======================================================================
Don Juan Matus:  "an enigma wrapped in mystery wrapped in a tortilla."



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