]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Continued with hub development:
authorRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 18:57:09 +0000 (19:57 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 18:57:09 +0000 (19:57 +0100)
commit8f21caa3cca5ee6e4f4a6f786c50851a4d3cc559
treebcad9db2dd5f74cef8b12d81a3a3a87ed33981e3
parenta25d98d4afab8260e3dc706b6322b4c3aeb02a0c
Continued with hub development:
- Added specialized interface DistributableNode for DHTs for nodes
- Moved some node-related methods to above new interface
- DHT recipient discovery is not yet fully implemented as it will find first X
  (10 by default) in the DHT and return them. This is a bad idea as it will
  exclude many other relevant nodes. So this is a very early stage.

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php
application/hub/interfaces/distributable/class_Distributable.php
application/hub/interfaces/distributable/node/.htaccess [new file with mode: 0644]
application/hub/interfaces/distributable/node/class_DistributableNode.php [new file with mode: 0644]
application/hub/interfaces/wrapper/class_NodeDhtWrapper.php
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
application/hub/main/dht/node/class_NodeDhtFacade.php
application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php
application/hub/main/factories/dht/class_DhtObjectFactory.php
application/hub/main/recipient/dht/class_DhtRecipient.php