]> git.mxchange.org Git - hub.git/commit
Added DHT recipient discovery interface (wrong computer :-( ).
authorRoland 'Quix0r' Haeder <roland@mxchange.org>
Tue, 11 Feb 2014 21:38:16 +0000 (22:38 +0100)
committerRoland 'Quix0r' Haeder <roland@mxchange.org>
Tue, 11 Feb 2014 21:38:16 +0000 (22:38 +0100)
commite4d5c1fc75d9a717eaf4530f2c9ec0731f917108
tree4091fd6e4819cd26f6f7d7dad561262a5558cdea
parentb476dddc33f246cce656bbf37951b5e3544e8182
Added DHT recipient discovery interface (wrong computer :-( ).

Signed-off-by: Roland 'Quix0r' Haeder <roland@mxchange.org>
application/hub/config.php
application/hub/interfaces/discovery/class_DiscoverableDhtRecipient.php [new file with mode: 0644]
application/hub/interfaces/discovery/class_DiscoverableNodeRecipient.php [new file with mode: 0644]
application/hub/interfaces/discovery/class_DiscoverableRecipient.php [deleted file]
application/hub/main/discovery/dht/.htaccess [new file with mode: 0644]
application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php [new file with mode: 0644]
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php