Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LBRY protocol #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ben221199
Copy link

Summary

This pull request adds a multiaddr for the LBRY network protocol, as described at https://lbry.tech/spec.

Before Merge

@Stebalien
Copy link
Member

multiaddrs are for addressing machines and processes (i.e., endpoints you talk to) not for naming content. You probably just want a multicodec in the "namespace" category.

E.g., /ip4/1.2.3.4/udp/1234/quic means: speak the QUIC protocol over udp port 1234 to a machine at the IP 1.2.3.4.

@ben221199
Copy link
Author

I added a reaction on multiformats/multicodec#332.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants