]> git.mxchange.org Git - quix0rs-apt-p2p.git/commit
major cleanup, updated for twisted
authorburris <burris>
Mon, 14 Jun 2004 00:21:57 +0000 (00:21 +0000)
committerburris <burris>
Mon, 14 Jun 2004 00:21:57 +0000 (00:21 +0000)
commit9048402f56c24474c79920ab849748223ed339cf
treec8225c51df9c8760af5bc21ef5c2e8dd6afd44fe
parented8094830c2c2ab4785d10b3d562d609a42741f0
major cleanup, updated for twisted

not using airhook, it's buggy   now KRPC over single UDP packets
values can't be too big, around 1400 bytes

khashmir test code is now more sane though it doesn't do much more
than build a couple of tables and fetch some values
12 files changed:
.cvsignore [new file with mode: 0644]
actions.py
const.py
hash.py [deleted file]
khash.py [new file with mode: 0644]
khashmir.py
knode.py
krpc.py
ktable.py
node.py
test_khashmir.py [new file with mode: 0644]
test_krpc.py