]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 3 Dec 2020 06:59:26 +0000 (07:59 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 3 Dec 2020 07:11:41 +0000 (08:11 +0100)
commitd68b6c277d335179701640a5ccde3d5b5c7118f0
tree674b1175817f67abddda397042b7f1a565629348
parentd8c2f36ffd18c913f32004f32332ee494de46760
Continued:
- renamed StorableSocket->getSocketRecipient() to getSocketRecipientUnl()
- commented-in noisy debug lines as a strange "Resource temporary unavailable"
  happens when SYN cookies are disabled in kernel
- added type-hint for primitive variables
- not really noisy debug lines but later no more needed

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseFrontend.php
application/hub/classes/factories/info/class_ConnectionInfoFactory.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/helper/connection/ipv4/class_BaseIpV4ConnectionHelper.php
application/hub/classes/pools/class_BasePool.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/interfaces/container/socket/class_StorableSocket.php
application/hub/interfaces/pool/class_Poolable.php