extend ControlPrune with peer exchange information

This commit is contained in:
vyzo 2019-11-21 23:04:58 +02:00
parent 835567eb54
commit abab666596
2 changed files with 653 additions and 401 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 {