Browse Source
cs_vSend is used for two purposes - to lock the datastructures used to queue messages to place on the wire and to only call SendMessages once at a time per-node. I believe SendMessages used to access some of the vSendMsg stuff, but it doesn't anymore, so these locks do not need to be on the same mutex, and also make deadlocking much more likely.0.14
Matt Corallo
8 years ago
2 changed files with 11 additions and 13 deletions
Loading…
Reference in new issue