]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/protocol/ipv4/tcp/class_TcpProtocolHandler.php
Continued rewrite:
[hub.git] / application / hub / main / handler / protocol / ipv4 / tcp / class_TcpProtocolHandler.php
index 91f17868bafc32e2880b7687011fb9a78f5bcf7c..8a2270332a5731767ac2ffef8914c8dc2391559f 100644 (file)
@@ -31,8 +31,9 @@ class TcpProtocolHandler extends BaseIpV4ProtocolHandler implements HandleablePr
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set handler name
+               // Set handler and protocol type
                $this->setHandlerName('tcp_protocol');
+               $this->setProtocolName('tcp');
        }
 
        /**