package status

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CheckConnectivity

status.proto:28

CheckConnectivity is sent by a client to check the connectivity of a given roster. The Time must be within 2 minutes of the server's time. The signature must be a schnorr-signature using the private conode-key on the following message: sha256( bytes.LittleEndian.PutUInt64(Time) | binary.LittleEndian.PutUInt64(Timeout) | FindFaulty ? byte(1) : byte(0) | protobuf.Encode(List[0]) | protobuf.Encode(List[1])... )

message CheckConnectivityReply

status.proto:38

CheckConnectivityReply is the minimum list of all nodes that can contact each other.

message Request

status.proto:11

Request is what the Status service is expected to receive from clients.

(message has no fields)

message Response

status.proto:15

Response is what the Status service will reply to clients.