(no description)
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
measurementPhase | bool |
if false, this msg doesn't count for statistics |
destKey | OverlayKey |
the key to search for |
destAddr | TransportAddress |
the destination address of the node for node lookups |
class KbrRpcContext { OverlayKey destKey; // the key to search for TransportAddress destAddr; // the destination address of the node for node lookups bool measurementPhase; // if false, this msg doesn't count for statistics }