From caa6ea3b1cef907b742908b206e7a0b01a62646b Mon Sep 17 00:00:00 2001 From: pepelu <3225207+pepelu@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:34:04 +0200 Subject: [PATCH] Fix peer location docs (#1132) --- docs/src/architecture/p2p-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/architecture/p2p-network.md b/docs/src/architecture/p2p-network.md index cbf901ac3..6eec5b670 100644 --- a/docs/src/architecture/p2p-network.md +++ b/docs/src/architecture/p2p-network.md @@ -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