]> git.mxchange.org Git - hub.git/commit
Introduced DHT (maybe own implementation, maybe Kademlia, who knows?). In the next...
authorRoland Häder <roland@mxchange.org>
Sun, 26 Aug 2012 20:52:08 +0000 (20:52 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Aug 2012 20:52:08 +0000 (20:52 +0000)
commit2579996600a315ed8da2718545400d0baab3cb5f
tree01569095e3ded4183799b4d7191b6b04a9f1d74e
parentad59a3c54c5d26100e793b741ff7d65aa1e091cf
Introduced DHT (maybe own implementation, maybe Kademlia, who knows?). In the next time all direct calls to the node list wrapper class will be rewritten to use a more easy interface from the DHT class
.gitattributes
application/hub/config.php
application/hub/main/factories/class_ [new file with mode: 0644]
application/hub/main/factories/dht/.htaccess [new file with mode: 0644]
application/hub/main/factories/dht/class_DhtObjectFactory.php [new file with mode: 0644]
application/hub/main/helper/hub/answer/requests/class_NodeRequestNodeListMessageAnswerHelper.php