mirror of https://github.com/zlatinb/muwire
add fields for available leaf and peer slots in the CrawlerPong
parent
9960ea9d28
commit
e6d4d753a3
|
@ -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...]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue