From: burris Date: Fri, 19 Jul 2002 20:25:19 +0000 (+0000) Subject: minor comment change X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57f0d64780ae8d29c20c5adb3068d430d0baa4d4;p=quix0rs-apt-p2p.git minor comment change --- 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.