mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
updated protobuf for prune message
This commit is contained in:
@ -47,6 +47,13 @@ message ControlGraft {
|
|||||||
|
|
||||||
message ControlPrune {
|
message ControlPrune {
|
||||||
optional string topicID = 1;
|
optional string topicID = 1;
|
||||||
|
repeated PeerInfo peers = 2;
|
||||||
|
optional uint64 backoff = 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
message PeerInfo {
|
||||||
|
optional bytes peerID = 1;
|
||||||
|
optional bytes signedPeerRecord = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message TopicDescriptor {
|
message TopicDescriptor {
|
||||||
|
|||||||
Reference in New Issue
Block a user