This commit is contained in:
Zlatin Balevsky
2018-07-04 17:43:42 +01:00
parent fb7aee2d85
commit e10d8448ad

View File

@@ -76,7 +76,18 @@ Sent by a leaf when performing a search. Contains the reply-to b64 destination
### Ultrapeer to leaf
The only message sent from an ultrapeer to leaf is the "Search" message which is identical to the one sent from a leaf.
The "Search" message is also sent from an ultrapeer to a leaf.
#### Pong
A message containing addresses of other ultrapeers that the leaf is suggested to connect to.
```
{
type: "Pong",
version: 1,
pongs: [ "b64.1", "b64.2" ... ]
}
```
### Between Ultrapeers