TODO: add note about excessive rw locks

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2021-05-03 17:09:09 +02:00
parent 561f3a8f93
commit 31d3186a6d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- Review all included headers, and minimize a bit.
- Figure out clear locking rules for network stack stuff -- when different
functions run under what locks and what they race with.
- There are a few rwlocks that only ever wlock. Make these mtx instead.
### Crypto TODO