CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/06/02 20:08:15
Modified files: sys/netinet6 : nd6.c Log message: measure nd expiry times against time_uptime, not time_second. time_second can be jumped by clock changes, while time_uptime will always progress monotonically. it is still translated to time_seconds for export to userland though. ok mpi@