]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/network/class_BaseRawDataHandler.php
Opps, wrong place and value for this.
[hub.git] / application / hub / main / handler / network / class_BaseRawDataHandler.php
index 3dba3a892f616ebcfac1bff0e0a220ff9c905786..8fcce65fe5c569368ac872190bf2179c86ba9d07 100644 (file)
@@ -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