CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2018/12/17 02:17:30

Modified files:
        sys/netinet    : ip_carp.c 

Log message:
Switch from timeout_add with tvtohz to just timeout_add_tv. Now this change
will reduce the sleep time by one tick which doesn't matter in the common
case. The code never passes a true 0 timeval to timeout_add_tv so the code
will always sleep for at least 1 tick which is good enough.
OK kn@, florian@, visa@, cheloha@

Reply via email to