CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/04/14 08:50:29
Modified files: usr.sbin/bgpd : rtr.c rtr_proto.c Log message: The timeout API uses abolute timestamps internally so it makes sense to compare these times directly and only convert to a relative timeout right before calling poll(). OK tb@