Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: riastradh
Date: Fri Aug 21 07:05:25 UTC 2020
Modified Files:
src/sys/net: if_wg.c
Log Message:
Ifdef out fast path that relies on atomic 64-bit load/store.
(Really this sliding window business could probably be done with
32-bit sequence numbers and careful detection of wraparound, but
that's a little more effort to work out -- let's just unbreak the
builds for now.)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/net/if_wg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index