Add p2p(peer to peer) discovery spec#550
Conversation
|
Hey @liugenping, thanks for the patch. I believe that the discovery semantics as they are today are sufficient to facilitate P2P. Since we do not prescribe a protocol (scheme) for the returned URL, discovery something can simply return something like a magnet URI - for example: then a client that understands magnet links (and in this particular case, torrents) can choose to retrieve the discovered artefact via that method. Does that make sense? |
|
@jonboulle I think is ok. |
|
Are you happy for us to close this out then? |
The discovery specification does not meet the P2P download image now , this PR is for download images by P2P.
The proposal is rkt/rkt#1751 and the PR for rkt is rkt/rkt#1869