summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipsec_input.c
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2013-11-11 03:08:20 +0000
committerdlg <dlg@openbsd.org>2013-11-11 03:08:20 +0000
commit094378e5695be824dd807c28dcde054999771f12 (patch)
treed7accdd6b79ae12e91d7ff4c3d4225ec387cfc40 /sys/netinet/ipsec_input.c
parentreplace the user of ticks in a condition like "interval + start < ticks" (diff)
downloadwireguard-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