]> git.mxchange.org Git - hub.git/commit
Refactured handling of socket errors, old code is commeted out and will be removed...
authorRoland Häder <roland@mxchange.org>
Tue, 7 Feb 2012 20:31:05 +0000 (20:31 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Feb 2012 20:31:05 +0000 (20:31 +0000)
commitec8c0a417affae2d6099dd4446e788b3dc826fbb
tree6412cdfabea11dd81e3924402831aaae68ea9a70
parent992681a6180757f239addcf2353f946a7fbd0be7
Refactured handling of socket errors, old code is commeted out and will be removed on-demand (if the proper handler call-back is finished)
15 files changed:
.gitattributes
application/hub/config.php
application/hub/exceptions.php
application/hub/main/class_BaseHubSystem.php
application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php
application/hub/main/handler/network/class_BaseRawDataHandler.php
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/listener/udp/class_UdpListener.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/pools/peer/class_DefaultPeerPool.php
application/hub/main/resolver/state/peer/class_PeerStateResolver.php
application/hub/main/states/peer/errors/class_ConnectionTimedOutPeerState.php [new file with mode: 0644]