]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/decorators/class_ClientTcpListenerDecorator.php
Added more UNL (Universal Node Locator) stuff:
[hub.git] / application / hub / main / listener / tcp / decorators / class_ClientTcpListenerDecorator.php
index 6d41c9f52b8acd7da09a34954a7e1a82d522f6d1..87f19300f6506e3ba803fbb1958d337f18b5a916 100644 (file)
@@ -31,8 +31,9 @@ class ClientTcpListenerDecorator extends BaseListenerDecorator implements Listen
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set listener type
+               // Set listener type and protocol name
                $this->setListenerType('peer');
+               $this->setProtocolName('tcp');
        }
 
        /**