]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 02:20:28 +0000 (03:20 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 02:20:28 +0000 (03:20 +0100)
commit13bc778e64f8aba89713860eb5913d480ab3e9c4
treee73e38cb0773618259aa00c5f8b019009e7e85a3
parent77c4dd80014f65257334f04602ef46aba4eaf823
Continued:
- added missing traits
- more debugging info of setting socket instances
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
16 files changed:
application/hub/classes/communicator/class_BaseCommunicator.php
application/hub/classes/crawler/class_BaseNodeCrawler.php
application/hub/classes/dht/class_BaseDht.php
application/hub/classes/dht/node/class_NodeDhtFacade.php
application/hub/classes/helper/connection/class_BaseConnectionHelper.php
application/hub/classes/helper/connection/ipv4/tcp/class_TcpConnectionHelper.php
application/hub/classes/info/connection/class_ConnectionInfo.php
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/miner/class_BaseHubMiner.php
application/hub/classes/nodes/class_BaseHubNode.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/interfaces/communicator/class_Communicator.php
application/hub/interfaces/crawler/class_Crawler.php
application/hub/interfaces/distributable/class_Distributable.php
application/hub/interfaces/miner/class_MinerHelper.php
core