diff options
author | 2020-01-22 00:17:46 +0000 | |
---|---|---|
committer | 2020-01-22 00:17:46 +0000 | |
commit | 911b201f191bd5f277cb7a29d9f60e2ac4058552 (patch) | |
tree | 1c13b9091043d238982df0dad7b4ecd696871a01 /lib/libssl/tls13_lib.c | |
parent | remove mutex.h etc. since this code is now unthreaded. (diff) | |
download | wireguard-openbsd-911b201f191bd5f277cb7a29d9f60e2ac4058552.tar.xz wireguard-openbsd-911b201f191bd5f277cb7a29d9f60e2ac4058552.zip |
scsi_delay(): sleep without lbolt
If we want to sleep for a multiple of seconds we can do that without
involving lbolt.
This may cause some paths to sleep longer than they have on average,
as sleeping on lbolt wakes you up within one second, not after one
second. If this is a problem we will need to shorten the intervals
given to scsi_delay().
With insight from deraadt@.
ok krw@
Diffstat (limited to 'lib/libssl/tls13_lib.c')
0 files changed, 0 insertions, 0 deletions