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

kad: Implement GET_PROVIDERS command #167

Closed
Tracked by #140
lexnv opened this issue Jun 28, 2024 · 1 comment
Closed
Tracked by #140

kad: Implement GET_PROVIDERS command #167

lexnv opened this issue Jun 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@lexnv
Copy link
Collaborator

lexnv commented Jun 28, 2024

Implement the GET_PROVIDERS command:

This command is similar to GET_VALUE. One possible solution is to extend GetRecordContext to support two different messages:

#[derive(Debug)]
pub struct GetRecordContext {

let kad_message = KademliaMessage::get_record(config.target.clone().into_preimage());

@dmitry-markin
Copy link
Collaborator

Superseded by #201 & #202.

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

No branches or pull requests

2 participants