From 238335226b9bcca9ec49d05a1ee379ad7de15ccc Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 3 Oct 2023 17:56:58 +0200 Subject: [PATCH] chore: move bitswap to /bitswap-protocol this allows us to have separate spec for sessions if we want to write 'rules of thumb' at some time in the future --- BITSWAP.md | 2 +- src/{bitswap.md => bitswap-protocol.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/{bitswap.md => bitswap-protocol.md} (98%) diff --git a/BITSWAP.md b/BITSWAP.md index 968b96e2f..3aee5c656 100644 --- a/BITSWAP.md +++ b/BITSWAP.md @@ -1,3 +1,3 @@ # Bitswap -Moved to https://specs.ipfs.tech/bitswap/ +Moved to https://specs.ipfs.tech/bitswap-protocol/ diff --git a/src/bitswap.md b/src/bitswap-protocol.md similarity index 98% rename from src/bitswap.md rename to src/bitswap-protocol.md index 17f37799c..11d943ec5 100644 --- a/src/bitswap.md +++ b/src/bitswap-protocol.md @@ -1,7 +1,7 @@ --- -title: Bitswap +title: Bitswap Protocol description: > - Bitswap is a libp2p data exchange protocol for sending and receiving content + Bitswap is a libp2p data exchange protocol for finding, sending and receiving content addressed blocks of data. It attempts to acquire blocks from the p2p network that have been requested by the client, and also send blocks to others who want them.