]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php
Added more UNL (Universal Node Locator) stuff:
[hub.git] / application / hub / main / listener / tcp / decorators / class_HubTcpListenerDecorator.php
index 5d23f7b8526688aa52ec110d4f34b3c984d40abc..71022812292d6a39a307afe139924ad1346c6f4a 100644 (file)
@@ -31,8 +31,9 @@ class HubTcpListenerDecorator extends BaseListenerDecorator implements Listenabl
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set listener type
+               // Set listener type and protocol name
                $this->setListenerType('hub');
+               $this->setProtocolName('tcp');
        }
 
        /**