From 435273111e4137197e063a19e0b883d5d54d8ca7 Mon Sep 17 00:00:00 2001 From: burris Date: Tue, 23 Jul 2002 02:44:07 +0000 Subject: [PATCH] findCloseNodes() is the replacement for populateTable() --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 7e6135b..b692979 100644 --- a/README.txt +++ b/README.txt @@ -4,6 +4,6 @@ import khashmir, thread k = khashmir.Khashmir('127.0.0.1', 4444) thread.start_new_thread(k.dispatcher.run, ()) k.addContact('127.0.0.1', 8080) # right now we don't do gethostbyname - +k.findCloseNodes() alternatively, you can call k.dispatcher.runOnce() periodically from whatever thread you choose \ No newline at end of file -- 2.39.2