File: Common/BaseOverlayMessage.msg
A basic Remote-Procedure-Call message
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| BaseRpcMessage | A basic Remote-Procedure-Call message used for calls and return values |
| FindNodeCall | A basic find node rpc response |
| PingCall | A basic ping rpc call |
| NotifyCall | (no description) |
| JoinCall | (no description) |
| StabilizeCall | (no description) |
| FixfingersCall | (no description) |
message BaseCallMessage extends BaseRpcMessage { };