diff options
author | 2013-11-11 03:08:20 +0000 | |
---|---|---|
committer | 2013-11-11 03:08:20 +0000 | |
commit | 094378e5695be824dd807c28dcde054999771f12 (patch) | |
tree | d7accdd6b79ae12e91d7ff4c3d4225ec387cfc40 /sys/netinet/ipsec_input.c | |
parent | replace the user of ticks in a condition like "interval + start < ticks" (diff) | |
download | wireguard-openbsd-094378e5695be824dd807c28dcde054999771f12.tar.xz wireguard-openbsd-094378e5695be824dd807c28dcde054999771f12.zip |
replace things like "start + interval > ticks" with
"ticks - start > interval" because the latter copes with ticks wrapping.
pointed out by guenther@
Diffstat (limited to 'sys/netinet/ipsec_input.c')
0 files changed, 0 insertions, 0 deletions