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