CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/04/14 08:52:34
Modified files: usr.sbin/bgpd : session.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(). Also convert pauseaccept to a deadline so that all comparisons are done the same way. Now using a proper timer for pauseaccept would be even better but that is a rainy day project. OK tb@