Hi!
Думаем тут dummynet применять - так вот по хелпу (FreeBSD 4.4) в ядре советуют использовать параметр HZ, но его описания нет LINT. Почему? Так вставлять в ядро options HZ? И какое значение лучше?Удачи!
HAN
cat /sys/i386/conf/LINT# CLOCK OPTIONS
# The granularity of operation is controlled by the kernel option HZ whose
# default value (100) means a granularity of 10ms (1s/HZ).
# Some subsystems, such as DUMMYNET or DEVICE_POLLING, might benefit from
# a smaller granularity such as 1ms or less.
# Consider, however, that reducing the granularity too much might
# cause excessive overhead in clock interrupt processing,
# potentially causing ticks to be missed and thus actually reducing
# the accuracy of operation.