Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2009 16:53:26 +0100
From:      Sebastian Mellmann <sebastian.mellmann@net.t-labs.tu-berlin.de>
To:        freebsd-ipfw@freebsd.org
Subject:   ipfw dummynet - delay distributions when using config masks
Message-ID:  <49C3BBF6.7040104@net.t-labs.tu-berlin.de>

next in thread | raw e-mail | index | archive | help
Hi!


I'm using pipe masks for defining multiple queues per traffic flow, e.g.

$cmd pipe 100 config mask all bw $webclient_upload_bandwidth queue $queue_size delay $client_rtt_delay
$cmd pipe 200 config mask all bw $webclient_download_bandwidth queue $queue_size delay $client_rtt_delay

$cmd add pipe 100 all from $client1_subnet to $server1_subnet in recv $in_if
$cmd add pipe 200 all from $server1_subnet to $client1_subnet out xmit $in_if


As you can see in the example above I'm defining a fixed delay value for
all queues.
Is it possible to define a delay distribution, e.g. min. 20ms, mean 50ms
and max. 80ms for the pipe?

I had a look at the ipfw howto
(http://www.freebsd-howto.com/HOWTO/Ipfw-HOWTO), but couldn't find
anything there nor via google.


Thanks in advance for any help!


Regards,
Sebastian



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