From: Roland Häder Date: Sat, 11 Feb 2012 14:34:13 +0000 (+0000) Subject: Choosed other separator chars for package data X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f156e51198f364a82459d71b96acee26a6fd944f;p=hub.git Choosed other separator chars for package data --- diff --git a/application/hub/main/helper/connection/class_BaseConnectionHelper.php b/application/hub/main/helper/connection/class_BaseConnectionHelper.php index 27ced2e42..a98242238 100644 --- a/application/hub/main/helper/connection/class_BaseConnectionHelper.php +++ b/application/hub/main/helper/connection/class_BaseConnectionHelper.php @@ -569,7 +569,7 @@ class BaseConnectionHelper extends BaseHubHelper implements Registerable, Protoc * @return void */ protected function socketErrorOperationInProgressHandler ($socketResource) { - $this->debugOutput('CONNECTION: Operation is now in progress, this is usual for non-blocking connections and no bug.'); + $this->debugOutput('CONNECTION: Operation is now in progress, this is usual for non-blocking connections and is no bug.'); } } diff --git a/application/hub/main/package/class_NetworkPackage.php b/application/hub/main/package/class_NetworkPackage.php index 9e3c8420e..5161d5db0 100644 --- a/application/hub/main/package/class_NetworkPackage.php +++ b/application/hub/main/package/class_NetworkPackage.php @@ -44,17 +44,17 @@ class NetworkPackage extends BaseFrameworkSystem implements Deliverable, Receiva * 3: Checksum * 0 1 2 3 */ - const PACKAGE_MASK = '%s/%s/%s/%s'; + const PACKAGE_MASK = '%s^%s^%s^%s'; /** * Seperator for the above mask */ - const PACKAGE_MASK_SEPERATOR = '/'; + const PACKAGE_MASK_SEPERATOR = '^'; /** * Seperator for checksum */ - const PACKAGE_CHECKSUM_SEPERATOR = '|'; + const PACKAGE_CHECKSUM_SEPERATOR = '_'; /** * Array indexes for above mask, start with zero