Get desktop application:
View/edit binary Protocol Buffers messages
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])... )
CheckConnectivityReply is the minimum list of all nodes that can contact each other.
Request is what the Status service is expected to receive from clients.
(message has no fields)
Response is what the Status service will reply to clients.