CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/05/23 17:39:30
Modified files: sys/netinet : ip_carp.c Log message: replace timeout_add_tv with timeout_add_usec this changes the calculation of the interval slightly, but in practice it should not make a difference. this is a step toward deprecating timeout_add_tv. ok mpi@ bluhm@