diff options
| author | Pieter Wuille <[email protected]> | 2016-03-26 19:09:22 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-06-13 17:40:16 +0200 |
| commit | fc83f181530fb566726e5f3f4197fc5586d77fd8 (patch) | |
| tree | f30fb7b98a910a7f28f6317b32d35591cfaad1a7 /src/net.h | |
| parent | Keep addrman's nService bits consistent with outbound observations (diff) | |
| download | discoin-fc83f181530fb566726e5f3f4197fc5586d77fd8.tar.xz discoin-fc83f181530fb566726e5f3f4197fc5586d77fd8.zip | |
Verify that outbound connections have expected services
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -317,6 +317,7 @@ class CNode public: // socket uint64_t nServices; + uint64_t nServicesExpected; SOCKET hSocket; CDataStream ssSend; size_t nSendSize; // total size of all vSendMsg entries |