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