From eadb3a08acdc702a8da0d1e70d839ff7d4f01f13 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 24 Jul 2023 10:52:26 +0200 Subject: [PATCH] Fix enumeration indentation in rendered view --- src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md index f0393516..da6ec8c4 100644 --- a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md +++ b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md @@ -28,8 +28,8 @@ A new node trying to join the IPFS network, i.e. trying to bootstrap, will: 1. Connect to its (pre-) configured bootstrap nodes. 2. Run some variation of the [Kademlia bootstrap process](https://github.com/libp2p/specs/tree/master/kad-dht#bootstrap-process) which boils down to iteratively: - 1. Generating random IDs. - 2. Asking already discovered nodes whether they know anyone closer to those IDs. + 1. Generating random IDs. + 2. Asking already discovered nodes whether they know anyone closer to those IDs. Thus the only thing that an IPFS bootstrap node needs to do is: