CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/24 05:37:52
Modified files:
usr.sbin/bgpd : session.c session.h timer.c
Log message:
Change timer_nextisdue() and timer_nextduein() to take the current time
as an argument. This way getmonotime() can be called once at the start
of looping over all peers instead of twice during the loop.
Makes a big difference with many peers.
OK florian@ sthen@
