rmind / npf

NPF: packet filter with stateful inspection, NAT, IP sets, etc.
Other
239 stars 42 forks source link

Use store-release, load-consume operations. #128

Closed riastradh closed 1 year ago

riastradh commented 1 year ago

For data structures that are published and concurrently consumed without a lock, use store-release to publish and load-consume to use.