From 876fea53a2c297d82bd7c0397f2e4eb5a4b42b21 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 14 Mar 2014 20:58:17 +0100 Subject: [PATCH] Opps, wrong place and value for this. Signed-off-by: Roland Haeder --- application/hub/main/class_BaseHubSystem.php | 1 - .../hub/main/handler/network/class_BaseRawDataHandler.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/main/class_BaseHubSystem.php b/application/hub/main/class_BaseHubSystem.php index 78e3d55c8..590f439f9 100644 --- a/application/hub/main/class_BaseHubSystem.php +++ b/application/hub/main/class_BaseHubSystem.php @@ -32,7 +32,6 @@ class BaseHubSystem extends BaseFrameworkSystem { const EXCEPTION_NODE_SESSION_ID_NOT_VERIFYING = 0x906; const EXCEPTION_REQUEST_NOT_ACCEPTED = 0x907; const EXCEPTION_DHT_BOOTSTRAP_NOT_ACCEPTED = 0x908; - const SOCKET_ERROR_CONNECTION_RESET_BY_PEER = 0x909; // Message status codes const MESSAGE_STATUS_CODE_OKAY = 'OKAY'; diff --git a/application/hub/main/handler/network/class_BaseRawDataHandler.php b/application/hub/main/handler/network/class_BaseRawDataHandler.php index 3dba3a892..8fcce65fe 100644 --- a/application/hub/main/handler/network/class_BaseRawDataHandler.php +++ b/application/hub/main/handler/network/class_BaseRawDataHandler.php @@ -35,6 +35,7 @@ class BaseRawDataHandler extends BaseHandler { const SOCKET_ERROR_OPERATION_ALREADY_PROGRESS = 'operation_already_progress'; // 'Operation already in progress' const SOCKET_ERROR_RESOURCE_UNAVAILABLE = 'resource_unavailable'; // 'Resource temporary unavailable' const SOCKET_ERROR_NO_ROUTE_TO_HOST = 'no_route_to_host'; // The name says it: no route to host + const SOCKET_ERROR_CONNECTION_RESET_BY_PEER = 'reset_by_peer'; // Connection reset by peer const SOCKET_CONNECTED = 'connected'; // Nothing errorous happens, socket is connected // - Package errors -- 2.39.5