]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/network/udp/class_UdpRawDataHandler.php
Updated 'core'.
[hub.git] / application / hub / main / handler / network / udp / class_UdpRawDataHandler.php
index d1ce04e24bf9d6cccbffd7de43a969164d0f9af2..a0d4cc13213c61af5e05772487c80c951af0f6b9 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -49,8 +49,8 @@ class UdpRawDataHandler extends BaseRawDataHandler implements Networkable {
        }
 
        /**
-        * Processes raw data from given resource. This is mostly useful for TCP
-        * package handling and is implemented in the TcpListener class
+        * Processes raw data from given resource. This is mostly useful for UDP
+        * package handling and is implemented in the UdpListener class
         *
         * @param       $socketArray    A valid socket resource array
         * @return      void