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

multi-multiplexing; implementation question #33

Open
wanderer opened this issue Oct 23, 2015 · 1 comment
Open

multi-multiplexing; implementation question #33

wanderer opened this issue Oct 23, 2015 · 1 comment
Labels
kind/question A question or request for support

Comments

@wanderer
Copy link
Member

How would a third party utilize libp2p? The simple way would be to directly use libp2p but then you wouldn't be using multi-multiplexing and you would introduce redundancy if multiple software was running the full network stack; correct? Would a better alternative be to have a standalone networking demon that all the different programs wishing to the p2p networking would connect to?

@jbenet
Copy link
Member

jbenet commented Oct 27, 2015

Would a better alternative be to have a standalone networking demon that all the different programs wishing to the p2p networking would connect to?

yeah this is similar to having a single IP stack (inc ARP, DHCP, ICMP, etc) in the OS. However note this cant be the solution always -- sometimes your programs are isolated (containers or browser tabs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question A question or request for support
Projects
None yet
Development

No branches or pull requests

3 participants