Raimundo Santos wrote on 04/20/2016 18:54:
In this scenario, it's needed to compile my kernel with HZ=1000?
And, in general, is it still needed to compile a custom kernel for dummynet
to work more precisely?
hz=1000 is the default value. You can check it by sysctl:
# sysctl kern.hz
kern.hz: 1000
And you can change it in /boot/loader.conf if you need.
echo 'kern.hz="999"' >> /boot/loader.conf
shutdown -r now
Miroslav Lachman
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"