aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2013-07-20 14:34:16 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2013-10-15 22:34:20 +0200
commit6055b9101bc91647fb80c7ed86fcff90e3e6dedf (patch)
treeb77370a39843e583cbfe513e196883a1df9b5e3f /src/net.cpp
parent38d15d8b427904a936a4fb4b8ac390bd637e1638 (diff)
downloadbitcoin-6055b9101bc91647fb80c7ed86fcff90e3e6dedf.tar.xz
Allow SendMessages to run partially without cs_main
SendMessages() tries to acquire a cs_main lock now, but this isn't nessecary for much of its functionality. Move those parts out of the locked section, so they can always be performed, and we hold cs_main for a shorter time.
Diffstat (limited to 'src/net.cpp')
0 files changed, 0 insertions, 0 deletions