]> git.mxchange.org Git - quix0rs-apt-p2p.git/commit
broke up khashmir class into base, read, and write classes, since
authorburris <burris>
Thu, 8 Jul 2004 04:02:59 +0000 (04:02 +0000)
committerburris <burris>
Thu, 8 Jul 2004 04:02:59 +0000 (04:02 +0000)
commit06adc6b3734c1a9a243c8a0a1172b09170bfddcc
treec400fb6975e830cab022fe9757d21462072a2aaa
parent2c1a51b121f07cc7d629eeeb3fe728b72660649f
broke up khashmir class into base, read, and write classes, since
having generic read/write methods on deployed DHTs is not a great idea

actions now take an "action" method, since it's not always
"storeValueForKey"

buckets now get refreshed

nodes that change their ID are now handled properly
actions.py
const.py
khashmir.py
knode.py
test_khashmir.py