]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Refactured sending encoded (raw) data to sockets to a stacker-based approach.
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Mar 2014 22:23:10 +0000 (23:23 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Mar 2014 22:23:10 +0000 (23:23 +0100)
commit3029690e46509a98df2a2ce0ba73daadf7d6d787
treee4f022d92962f7b7b05e60f5bbdaf68f05893343
parent69348b42f4333716f2bce7180dd9cffbd05fa1f9
Refactured sending encoded (raw) data to sockets to a stacker-based approach.

Signed-off-by: Roland Haeder <roland@mxchange.org>
13 files changed:
application/hub/config.php
application/hub/interfaces/helper/connections/class_ConnectionHelper.php
application/hub/interfaces/package/class_Deliverable.php
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/states/node/active/class_NodeActiveState.php
application/hub/main/states/node/announced/class_NodeAnnouncedState.php [deleted file]
application/hub/main/states/node/announced/class_NodeAnnouncingState.php [new file with mode: 0644]
application/hub/main/states/node/class_BaseNodeState.php
application/hub/main/states/node/seniors/class_NodeReachableState.php
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php