Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dtls: fix race condition in DTLSConn::close (#611)
a context switch to a simultaneous close operation between `closed.load()` and `closed.store()` would lead to an additional unwanted close operation on the inner connection
- Loading branch information