]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 3 Dec 2020 07:49:01 +0000 (08:49 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 3 Dec 2020 07:49:01 +0000 (08:49 +0100)
commit0c954191a90e270541250b2b20125adcec6d61ac
treef5084297f49a6ac6ca9e83e33a47ca2422f88425
parentd68b6c277d335179701640a5ccde3d5b5c7118f0
Continued:
- when socket_listen() is left alone with default (0) value for the $backlog
  parameter and you have SYN cookies disabled in kernel, you will later get
  "Resource temporary unvailable" (code 11)
- this can be only fixed by setting high enough values in config-local.php (not
  config.php) which depends on your used operanting system.
- commented out noisy debug lines
- converted old array() style to "new" [] way

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/discovery/recipient/package/class_PackageRecipientDiscovery.php
application/hub/classes/factories/handler/class_ProtocolHandlerFactory.php
application/hub/classes/handler/package/class_NetworkPackageHandler.php
application/hub/classes/handler/protocol/ipv4/tcp/class_TcpProtocolHandler.php
application/hub/classes/handler/raw_data/tcp/class_TcpRawDataHandler.php
application/hub/classes/handler/raw_data/udp/class_UdpRawDataHandler.php
application/hub/classes/helper/class_BaseHubSystemHelper.php
application/hub/classes/helper/connection/class_BaseConnectionHelper.php
application/hub/classes/listener/tcp/class_TcpListener.php
application/hub/classes/resolver/protocol/tcp/class_TcpProtocolResolver.php
application/hub/classes/statistics/connection/class_ConnectionStatisticsHelper.php
application/hub/config.php
application/hub/interfaces/class_HubInterface.php