]> git.mxchange.org Git - hub.git/commitdiff
Choosed other separator chars for package data
authorRoland Häder <roland@mxchange.org>
Sat, 11 Feb 2012 14:34:13 +0000 (14:34 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 11 Feb 2012 14:34:13 +0000 (14:34 +0000)
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/package/class_NetworkPackage.php

index 27ced2e4224bea69087ff3a90d53af7b89159c1f..a98242238a796dd2e60f41d36d58498e726fc047 100644 (file)
@@ -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.');
        }
 }
 
index 9e3c8420edacb447f8397b74a3aa1722a19118b8..5161d5db0c4d717531cdc74584602eb349c32a84 100644 (file)
@@ -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