untrusted comment: signature from openbsd 6.0 base secret key
RWSho3oKSqgLQ4OxjFuyRvq5X47YqvxsDviyNWsmDqtG+bOxWYJsV6CDVnisQIPcMl/nQkIUX93yT5e1kKdOkDVIRBfgO++CcQM=
OpenBSD 6.0 errata 19, Mar 9, 2017:
Prevent integer overflow in PF when calculating the adaptive timeout,
causing spuriously expired states under pressure.
Alternatively, disable adaptive timeouts with
set timeout { adaptive.start 0, adaptive.end 0 }
And then rebuild and install a new kernel:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install