Commit abab6665 authored by vyzo's avatar vyzo

extend ControlPrune with peer exchange information

parent 835567eb
This diff is collapsed.
......@@ -45,6 +45,12 @@ message ControlGraft {
message ControlPrune {
optional string topicID = 1;
repeated PeerInfo peers = 2;
}
message PeerInfo {
optional bytes peerID = 1;
optional bytes signedAddrs = 2;
}
message TopicDescriptor {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment