]> git.mxchange.org Git - quix0rs-apt-p2p.git/commit
Use copies of the routing table nodes in actions.
authorCameron Dale <camrdale@gmail.com>
Thu, 27 Mar 2008 00:09:04 +0000 (17:09 -0700)
committerCameron Dale <camrdale@gmail.com>
Thu, 27 Mar 2008 00:09:04 +0000 (17:09 -0700)
commit8fc0a36f42c9cf863a35b79cb013b5d0348b9fce
tree8507916d2787a4e364c3cfa1474f86ebbfa06998
parent23f841b6360b9968d5dad2ef94f4311670375796
Use copies of the routing table nodes in actions.

The recursive actions need to use copies of the nodes in the routing
table, otherwise the token and num_values could be preset or set
twice by multiple actions.
apt_p2p_Khashmir/khashmir.py
apt_p2p_Khashmir/node.py