CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/24 23:46:22
Modified files:
usr.bin/ssh : misc.c misc.h packet.c ssh-keyscan.c
sshconnect.c
Log message:
Add monotime_ts and monotime_tv that return monotonic timespec and
timeval respectively. Replace calls to gettimeofday() in packet timing
with monotime_tv so that the callers will work over a clock step.
Should prevent integer overflow during clock steps reported by wangle6
at huawei.com. "I like" markus@
