chiark / gitweb /
Use CLOCK_MONOTONIC for all our timing needs, when possible
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Mar 2020 17:12:00 +0000 (18:12 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 May 2020 20:43:30 +0000 (21:43 +0100)
commitcb2f54fd3ec011600ddda023b8f2d8ec5250bb8f
tree6e65e70d5b1cb6517e8d1f4f011e3d15f1a58b7e
parent21e16fbf18b62a36be886d7c15d1671d3971db66
Use CLOCK_MONOTONIC for all our timing needs, when possible

Otherwise we can malfunction if the clock warps.

This depends on an unreleased adns feature, so the warning is
currently not actually printed.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
configure
configure.ac
resolver.c
secnet.c