Skip to content

Commit 4a686a8

Browse files
authored
Merge pull request #752 from ethersphere/update-terminal-output
edit
2 parents f1cc0bf + 91644c6 commit 4a686a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bee/working-with-bee/bee-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The `/status/peers` endpoint returns information about all the peers of the node
9595

9696
The list is sorted by Kademlia proximity, not geographical distance. Nodes with lower PO values are further away, while higher PO values indicate closer neighbors. The most distant nodes with PO (proximity order) of zero are at the top of the list and the closest nodes with higher POs at the bottom of the list. The nodes at the bottom of the list with a PO equal or greater than the storage depth make up the nodes in your own node's neighborhood. It's possible that not all nodes in your neighborhood will appear in this list each time you call the endpoint if the connection between your nodes and the rest of the nodes in the neighborhood is not stable.
9797

98-
Here are the last 12 entries:
98+
Here are the last few entries:
9999

100100
```bash
101101
curl -s http://localhost:1633/status/peers | jq

0 commit comments

Comments
 (0)