ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
360 stars 48 forks source link

Make it possible to run Bitswap in go-ipfs compatible mode #107

Closed vmx closed 3 years ago

vmx commented 3 years ago

When setting the compat feature flag, ipfs-embed will also negotiate the /ipfs/bitswap protocol with the node it connects to. This makes it possible to exchange data with a go-ipfs node.

vmx commented 3 years ago

That is a way better wording, thanks. I updated the PR.