mirror of https://github.com/bmuller/kademlia.git
added docs to indicate failure state if attempt to save w/o redundancy, closing #5
This commit is contained in:
parent
ccf18622b4
commit
77186bbf6f
|
@ -14,6 +14,8 @@ Assuming you want to connect to an existing network (run the `Stand-alone Server
|
||||||
|
|
||||||
Check out the examples folder for other examples.
|
Check out the examples folder for other examples.
|
||||||
|
|
||||||
|
.. note ::
|
||||||
|
You must have at least two nodes running to store values. If a node tries to store a value and there are no other nodes to provide redundancy, then it is an exception state.
|
||||||
|
|
||||||
Stand-alone Server
|
Stand-alone Server
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in New Issue