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-dht/README: Document key on Message during PUT_VALUE #373

Merged
merged 1 commit into from
Nov 16, 2021

Commits on Oct 30, 2021

  1. kad-dht/README: Document key on Message during PUT_VALUE

    On PUT_VALUE the Golang implementation expects `key` on `Message` to
    equal `key` on `Record` when handling a request (see [go-1]). This patch
    updates the specification accordingly.
    
    [go-1]: https://github.com/libp2p/go-libp2p-kad-dht/blob/7724838e46d1822b28fd20611ab9815d4ce2d94f/handlers.go#L151-L164
    mxinden committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    1f75437 View commit details
    Browse the repository at this point in the history