]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 20 May 2017 20:28:46 +0000 (22:28 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:04 +0000 (18:50 +0200)
commitf3f6e7d3770a679742105bf1ae47d690204a34b8
tree6dd7803ac6f8aeb08d78764a8796394b03ce4dda
parent7cf0a7a80247f679f274ef3703925bed6d68a26e
Continued:
- Per definition, filters are classes. So let's add _class into their
  configuration keys to have the later testing suite easily pick them up
  for testing.
- implemented enableSocketNonBlocking()
- imported InvalidServerSocketException
- let's get peerAddress (old: peerName) and peerPort via call-by-reference and
  as all the other socket methods result as returned value
- always initialize variables, before using them ...

Signed-off-by: Roland Häder <roland@mxchange.org>
18 files changed:
application/hub/classes/commands/console/class_HubConsoleAptProxyCommand.php
application/hub/classes/commands/console/class_HubConsoleChatCommand.php
application/hub/classes/commands/console/class_HubConsoleCrawlerCommand.php
application/hub/classes/commands/console/class_HubConsoleCruncherCommand.php
application/hub/classes/commands/console/class_HubConsoleMainCommand.php
application/hub/classes/commands/console/class_HubConsoleMinerCommand.php
application/hub/classes/commands/html/class_HubHtmlIndexCommand.php
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/controller/console/class_HubConsoleDefaultNewsController.php
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseWrapper.php
application/hub/classes/factories/chain/class_PackageFilterChainFactory.php
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/nodes/list/class_HubListNode.php
application/hub/classes/nodes/master/class_HubMasterNode.php
application/hub/classes/nodes/regular/class_HubRegularNode.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/config.php
application/hub/interfaces/container/socket/class_StorableSocket.php