Skip to content

Commit

Permalink
Fix peer location docs (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelu authored Jun 14, 2024
1 parent 7b16c34 commit caa6ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/architecture/p2p-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In Freenet, a "peer" is any computer running the [Freenet
Core](https://github.com/freenet/freenet-core) software. The peers are organized
in a ring-like structure, with each peer assigned a specific numerical value
between 0.0 and 1.0, indicating its location in the network's topology. This
location is derived from the peer's public key.
location is derived from the peer's IP address.

## Establishing Neighbor Connections

Expand Down

0 comments on commit caa6ea3

Please sign in to comment.