]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/udp/class_UdpListener.php
Grouping by protocol of listeners in pool added
[hub.git] / application / hub / main / listener / udp / class_UdpListener.php
index b3b25b866e30e03259d4a4d81ed28c60fae17bae..d37980e3345bb730d748ab96895a3f08fda90f20 100644 (file)
@@ -45,6 +45,9 @@ class UdpListener extends BaseListener implements Listenable {
                // Set the application instance
                $listenerInstance->setNodeInstance($nodeInstance);
 
+               // Set the protocol to UDP
+               $listenerInstance->setProtocol('udp');
+
                // Return the prepared instance
                return $listenerInstance;
        }