add limit to Discover message, better wording around bootstrap

This commit is contained in:
vyzo
2018-03-13 14:20:01 +02:00
parent 3330b69ef5
commit 00fa97ba13

View File

@@ -14,8 +14,8 @@ disconnects or explicitly unregisters.
Peers can enter rendezvous and dynamically receive announcements about peer
registrations and unregistrations within their namespaces of interest.
For purposes of discovery (eg bootstrap), peers can also ask the service for
a oneof list of peers within a namespace.
For purposes of oneof discovery (eg bootstrap), peers can also ask the service
for a list of peers within a namespace.
### Interaction
@@ -94,6 +94,7 @@ message Message {
message Discover {
optional string ns = 1;
optional int limit = 2;
}
optional MessageType type = 1;