-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Description
The spec says that a PUT_VALUE response message should have key and record fields set, however this implementaion does the following instead:
rust-libp2p/protocols/kad/src/protocol.rs
Lines 326 to 333 in 0125fa9
| /// Response to a `PutValue`. | |
| PutValue { | |
| /// The key of the record. | |
| key: record::Key, | |
| /// Value of the record. | |
| value: Vec<u8>, | |
| }, | |
| } |
Motivation
It should follow the spec
Current Implementation
Uses key and value
Are you planning to do it yourself in a pull request?
Maybe
Metadata
Metadata
Assignees
Labels
No labels