Files
bitcoin/src
Matt Corallo d7c58ad514 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.
2017-01-13 10:34:37 -08:00
..
2016-12-01 16:14:45 -08:00
2016-12-12 11:08:47 -08:00
2016-04-14 20:56:33 +02:00
2015-12-13 18:08:39 +01:00
2017-01-04 11:56:17 -08:00
2015-09-03 10:59:18 +02:00
2015-12-13 18:08:39 +01:00
2016-01-05 21:01:39 +01:00
2016-01-05 21:01:39 +01:00
2016-06-27 18:17:27 +02:00
2015-11-12 17:58:15 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00