add fields for available leaf and peer slots in the CrawlerPong

This commit is contained in:
Zlatin Balevsky
2018-07-10 08:38:48 +01:00
parent 9960ea9d28
commit e6d4d753a3

View File

@@ -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...]
}
```