From 57f0d64780ae8d29c20c5adb3068d430d0baa4d4 Mon Sep 17 00:00:00 2001 From: burris Date: Fri, 19 Jul 2002 20:25:19 +0000 Subject: [PATCH] minor comment change --- khashmir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/khashmir.py b/khashmir.py index 363d0a0..d624c97 100644 --- a/khashmir.py +++ b/khashmir.py @@ -100,7 +100,7 @@ class Khashmir: """ insert a node in our local table, pinging oldest contact in bucket, if necessary - If all you have is a host/port, then use addContact, which calls this function after + If all you have is a host/port, then use addContact, which calls this method after receiving the PONG from the remote node. The reason for the seperation is we can't insert a node into the table without it's peer-ID. That means of course the node passed into this method needs to be a properly formed Node object with a valid ID. -- 2.39.5