-
How does Kademlia handle conflict resolution? For example, if two remote nodes update the same DHT entry at the same time, how is it decided whose value will "win"? Is there currently a way to merge the values if a conflict is detected? |
Beta Was this translation helpful? Give feedback.
Answered by
mxinden
Dec 30, 2021
Replies: 1 comment 1 reply
-
This is up to the application. A user can set Let me know if the above is helpful. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
laptou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is up to the application.
A user can set
KademliaStoreInserts::FilterBoth
and thus decide whether the existing or the new value should "win".Let me know if the above is helpful.