diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2013-07-20 14:34:16 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-10-15 22:34:20 +0200 |
commit | 6055b9101bc91647fb80c7ed86fcff90e3e6dedf (patch) | |
tree | b77370a39843e583cbfe513e196883a1df9b5e3f /src/net.cpp | |
parent | 38d15d8b427904a936a4fb4b8ac390bd637e1638 (diff) |
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