X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=apt_dht_Khashmir%2Fnode.py;h=49b8fe75a06923379d5bfecad8d86f083262a5aa;hp=99d95fb1b67c2793f709e99b9d221dee2d69541b;hb=5ae15cb5cc24c1fd9a75ea7a8b416f733d1c79be;hpb=b54dc30c2c93d127c4fd837efe80544cf2f54e48 diff --git a/apt_dht_Khashmir/node.py b/apt_dht_Khashmir/node.py index 99d95fb..49b8fe7 100644 --- a/apt_dht_Khashmir/node.py +++ b/apt_dht_Khashmir/node.py @@ -21,6 +21,8 @@ NULL_ID = 20 * '\0' class Node: """Encapsulate a node's contact info. + @ivar conn: the connection to the remote node (added externally) + @ivar table: the routing table (added externally) @type fails: C{int} @ivar fails: number of times this node has failed in a row @type lastSeen: C{datetime.datetime}