diff options
| author | Cory Fields <[email protected]> | 2016-12-31 02:05:36 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2017-01-12 23:08:08 -0500 |
| commit | e60360e139852c655930e99d4bb4db554cd8385e (patch) | |
| tree | adfb51a4f75f327b713de79412fa75c7292f7db0 /src/validation.cpp | |
| parent | net: add a flag to indicate when a node's send buffer is full (diff) | |
| download | discoin-e60360e139852c655930e99d4bb4db554cd8385e.tar.xz discoin-e60360e139852c655930e99d4bb4db554cd8385e.zip | |
net: remove cs_vRecvMsg
vRecvMsg is now only touched by the socket handler thread.
The accounting vars (nRecvBytes/nLastRecv/mapRecvBytesPerMsgCmd) are also
only used by the socket handler thread, with the exception of queries from
rpc/gui. These accesses are not threadsafe, but they never were. This needs to
be addressed separately.
Also, update comment describing data flow
Diffstat (limited to 'src/validation.cpp')
0 files changed, 0 insertions, 0 deletions