diff options
author | 2013-11-11 03:06:43 +0000 | |
---|---|---|
committer | 2013-11-11 03:06:43 +0000 | |
commit | a155e548dd14596e44fc6d1bce65f5f4f2039c98 (patch) | |
tree | 1fb45e6907bbcfe11ec00ab1957314363218fbcb /sys/netinet | |
parent | replace disksort with bufqs. (diff) | |
download | wireguard-openbsd-a155e548dd14596e44fc6d1bce65f5f4f2039c98.tar.xz wireguard-openbsd-a155e548dd14596e44fc6d1bce65f5f4f2039c98.zip |
replace the user of ticks in a condition like "interval + start < ticks"
with "ticks - start > interval" because the latter copes with the ticks
value wrapping.
pointed out by guenther@
ok krw@
Diffstat (limited to 'sys/netinet')
0 files changed, 0 insertions, 0 deletions