DRT_ADDRESS structure (drt.h)
The DRT_ADDRESS structure contains endpoint information about a DRT node that participated in a search. This information is intended for use in debugging connectivity problems.
Syntax
typedef struct _DRT_ADDRESS {
SOCKADDR_STORAGE socketAddress;
ULONG flags;
LONG nearness;
ULONG latency;
} DRT_ADDRESS, *PDRT_ADDRESS;
Members
socketAddress
Contains the endpoint on which the DRT protocol is listening on the remote node.
flags
Holds information explaining how this node behaved in the key lookup.
nearness
Contains the number of bits that the key published by this node shares in common with the target key in the search.
latency
Round trip time to this node.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 Professional [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | drt.h |