From: burris Date: Tue, 23 Jul 2002 02:44:07 +0000 (+0000) Subject: findCloseNodes() is the replacement for populateTable() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=435273111e4137197e063a19e0b883d5d54d8ca7;hp=41cfe7f09996572946ddcecf950fb8aeaf6e6a46;p=quix0rs-apt-p2p.git findCloseNodes() is the replacement for populateTable() --- 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