Skip to content

Commit c486188

Browse files
committed
updated protobuf for prune message
1 parent 09b4c84 commit c486188

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libp2p/pubsub/pb/rpc.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ message ControlGraft {
4747

4848
message ControlPrune {
4949
optional string topicID = 1;
50+
repeated PeerInfo peers = 2;
51+
optional uint64 backoff = 3;
52+
}
53+
54+
message PeerInfo {
55+
optional bytes peerID = 1;
56+
optional bytes signedPeerRecord = 2;
5057
}
5158

5259
message TopicDescriptor {

0 commit comments

Comments
 (0)