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

Use kad client mode instead of optional protocol #48

Closed
dariusc93 opened this issue Mar 21, 2023 · 2 comments
Closed

Use kad client mode instead of optional protocol #48

dariusc93 opened this issue Mar 21, 2023 · 2 comments
Labels
p:low Low Priority

Comments

@dariusc93
Copy link
Owner

Due to kademlia not having a client mode implemented, we would not be able to stop queries to the node from other peers when connected unless the protocol itself is disabled, which may not always be desirable since the node may want to query the DHT for information but not want to be queried itself. Once libp2p/rust-libp2p#2521 (or any related PR, pending libp2p/rust-libp2p#2680) has been merged in, remove the Toggle around the protocol and allow it to be enabled completely with a option to toggle between client and server mode.

@dariusc93 dariusc93 added question Further information is requested p:low Low Priority labels Mar 21, 2023
@dariusc93
Copy link
Owner Author

This can be resolved once libp2p 0.52 releases

@dariusc93 dariusc93 removed the question Further information is requested label Jun 10, 2023
@dariusc93
Copy link
Owner Author

Resolved with #76

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

No branches or pull requests

1 participant