We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1a8fb commit b57f057Copy full SHA for b57f057
p2psentinel/sentinel.proto
@@ -79,7 +79,13 @@ message IdentityResponse {
79
Metadata metadata = 5;
80
}
81
82
+message RequestSubscribeExpiry {
83
+ string topic = 1;
84
+ uint64 expiry_unix_secs = 2;
85
+}
86
+
87
service Sentinel {
88
+ rpc SetSubscribeExpiry(RequestSubscribeExpiry) returns(EmptyMessage);
89
rpc SubscribeGossip(SubscriptionData) returns (stream GossipData);
90
rpc SendRequest(RequestData) returns (ResponseData);
91
rpc SetStatus(Status) returns(EmptyMessage); // Set status for peer filtering.
0 commit comments