]> git.mxchange.org Git - hub.git/commit
Refacturing:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 12:45:01 +0000 (13:45 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 12:46:19 +0000 (13:46 +0100)
commitc2b6b87b9ec1947af642fcbe1337612cc1c29bbf
tree0d9aafa29de1ff6deb433c784e79d960664fb7df
parent862bbf866600a73270fbe99bfd41d08e3a86f106
Refacturing:
- introduced FragmentableTrait trait
- database wrappers are no more, they are now called frontends
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/database/frontend/node_dht/class_NodeDistributedHashTableDatabaseFrontend.php
application/hub/classes/database/frontend/node_information/class_NodeInformationDatabaseFrontend.php
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseFrontend.php
application/hub/classes/handler/chunks/class_ChunkHandler.php
application/hub/classes/helper/connection/class_BaseConnectionHelper.php
application/hub/config.php
application/hub/traits/fragmenter/class_FragmentableTrait.php [new file with mode: 0644]
core