DHT Queries don't show the peer executing the query #2199
Replies: 1 comment 4 replies
-
After a quick look I don't think we explicitly filter out the local node from the provider set. I might be wrong. Could you provide a small reproducer, e.g. based on the test below? rust-libp2p/protocols/kad/src/behaviour/test.rs Lines 839 to 843 in 25004c4 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I query the DHT from a Peer, i.e. looking for a provider, why doesn't the peer querying shows up when it's the one providing?
I guess this is intentional, but how can I fix this from an application perspective?
Beta Was this translation helpful? Give feedback.
All reactions