Update README.md

This commit is contained in:
Joshua Kissoon 2014-03-22 17:49:09 +05:30
parent f0669b98a6
commit 9293070f59

View File

@ -67,6 +67,7 @@ List<KadContent> conte = kad2.get(gp, 1);
**Saving and Retrieving a Node State** **Saving and Retrieving a Node State**
Test: https://github.com/JoshuaKissoon/Kademlia/blob/master/src/kademlia/tests/SaveStateTest.java Test: https://github.com/JoshuaKissoon/Kademlia/blob/master/src/kademlia/tests/SaveStateTest.java
You may want to save the Node state when your application is shut down and Retrieve the Node state on startup to remove the need of rebuilding the Node State (Routing Table, DHT Content Entries, etc). Lets look at how we do this. You may want to save the Node state when your application is shut down and Retrieve the Node state on startup to remove the need of rebuilding the Node State (Routing Table, DHT Content Entries, etc). Lets look at how we do this.
```Java ```Java