|
|
@ -564,7 +564,7 @@ class CNode
|
|
|
|
friend class CConnman;
|
|
|
|
friend class CConnman;
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
// socket
|
|
|
|
// socket
|
|
|
|
ServiceFlags nServices;
|
|
|
|
std::atomic<ServiceFlags> nServices;
|
|
|
|
ServiceFlags nServicesExpected;
|
|
|
|
ServiceFlags nServicesExpected;
|
|
|
|
SOCKET hSocket;
|
|
|
|
SOCKET hSocket;
|
|
|
|
size_t nSendSize; // total size of all vSendMsg entries
|
|
|
|
size_t nSendSize; // total size of all vSendMsg entries
|
|
|
|