add fields for available leaf and peer slots in the CrawlerPong

pull/4/head
Zlatin Balevsky 2018-07-10 08:38:48 +01:00
parent 9960ea9d28
commit e6d4d753a3
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ The ultrapeer responds with the following message, also in a signed datagram. I
version: 1, version: 1,
uuid: "asdf-1234-...", uuid: "asdf-1234-...",
clientVersion: "MuWire 1.2.3", clientVersion: "MuWire 1.2.3",
leafSlots: true,
peerSlots: true,
peers: [ b64.1, b64.2...] peers: [ b64.1, b64.2...]
} }
``` ```