File: Common/CommonMessages.msg
Response to a DHTdumpCall
Author: Ingmar Baumgart
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseResponseMessage | A basic Remote-Procedure-Response message |
Name | Type | Description |
---|---|---|
record | DhtDumpEntry[] | array of local dht entries |
message DHTdumpResponse extends BaseResponseMessage { fields: DhtDumpEntry record[]; // array of local dht entries };