mirror of https://github.com/bitcoin/bitcoin
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.pull/9535/head
parent
8b66bf74e2
commit
d7c58ad514
Loading…
Reference in new issue