diff options
| author | Matt Corallo <[email protected]> | 2016-12-24 14:34:20 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-01-13 10:34:37 -0800 |
| commit | d7c58ad514ee00db00589216166808258bc16b60 (patch) | |
| tree | 9ada9b97140cb50aa139dff17046beec63cd0788 /src/script/script.cpp | |
| parent | Merge #9441: Net: Massive speedup. Net locks overhaul (diff) | |
| download | discoin-d7c58ad514ee00db00589216166808258bc16b60.tar.xz discoin-d7c58ad514ee00db00589216166808258bc16b60.zip | |
Split CNode::cs_vSend: message processing and message sending
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.
Diffstat (limited to 'src/script/script.cpp')
0 files changed, 0 insertions, 0 deletions