]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Added unfinished support for publication of DHT entries (all entries in the DHT will...
authorRoland Haeder <roland@mxchange.org>
Sat, 8 Feb 2014 21:39:57 +0000 (22:39 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 8 Feb 2014 21:39:57 +0000 (22:39 +0100)
commit12cdd0d1e7a8f20da6b2bc9ba5f9ccc136b43aeb
tree357de8aa738920675d198f8d09bc74a5c9dac4d9
parent656d8fe25d8f05496908b3d3db023d9e259394aa
Added unfinished support for publication of DHT entries (all entries in the DHT will be published).

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php
application/hub/interfaces/distributable/class_Distributable.php
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
application/hub/main/dht/class_BaseDht.php
application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php
application/hub/main/tasks/node/dht/class_NodeDhtPublicationCheckTask.php [new file with mode: 0644]
application/hub/main/tasks/node/dht/class_NodeDhtQueryTask.php