ipfs/ipfs-companion

Add Peer URI Hint Experiment

Open

#722 创建于 2019年5月19日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)JavaScript (364 fork)batch import
P3good first issuehelp wantedkind/enhancement

仓库指标

Star
 (1,992 star)
PR 合并指标
 (平均合并 53天 3小时) (30 天内合并 1 个 PR)

描述

 ipfs://{cid}?provs={multiaddr1},{peerId2},{peerId3}` 
 http://127.0.0.1:8080/ipfs/{cid}?provs={multiaddr1},{peerId2},{peerId3}

The idea is to detect above hints and connect to listed peers to improve content discovery speed if possible. Due to potential privacy considerations, this should start as opt-in experiment.

Ref.

贡献者指南