cloudflare / boringtun

Userspace WireGuard® Implementation in Rust
BSD 3-Clause "New" or "Revised" License
6.04k stars 407 forks source link

noise: use locking instead of atomics #283

Closed Noah-Kennedy closed 2 years ago

zaid3tech commented 2 years ago

@Noah-Kennedy will this solve the session being dropped issue, discussed here #258

Noah-Kennedy commented 2 years ago

@zaid3tech It should fix that, yes. As is this is WIP because I need to restructure a bunch of stuff to get things to not deadlock