From e6d4d753a3c56e6d17b30c0ae0ccb1f55d4075ce Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 10 Jul 2018 08:38:48 +0100 Subject: [PATCH] add fields for available leaf and peer slots in the CrawlerPong --- doc/crawler.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/crawler.md b/doc/crawler.md index e637c261..d03cf8d7 100644 --- a/doc/crawler.md +++ b/doc/crawler.md @@ -24,6 +24,8 @@ The ultrapeer responds with the following message, also in a signed datagram. I version: 1, uuid: "asdf-1234-...", clientVersion: "MuWire 1.2.3", + leafSlots: true, + peerSlots: true, peers: [ b64.1, b64.2...] } ```