Verify that outbound connections have expected services
This commit is contained in:
parent
3764dec36c
commit
fc83f18153
3 changed files with 15 additions and 0 deletions
src
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue