CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/30 10:21:29
Modified files:
usr.sbin/ntpd : ntp.c ntpd.h
Log message:
If no replies are received for a while due to connectivity issues
go into unsynced mode. The existing code to check if we're unsycned
is only done on receiving an ntp packet which does not happen if
there are connectivity issues. Prodded by naddy@ ok @florian
