Fix TCPv6 SocketHandle and INet6Address
[senf.git] / Socket / LLAddressing.cci
index f7dfdf9..00ed1a8 100644 (file)
@@ -20,7 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of inline non-template functions
+/** \file
+    \brief LLSocketAddress and LLAddressingPolicy  inline non-template implementation
+ */
 
 // Custom includes
 #include <sys/socket.h>
@@ -62,16 +64,16 @@ prefix_ unsigned senf::LLSocketAddress::protocol()
 prefix_ unsigned senf::LLSocketAddress::arptype()
     const
 {
-    // TODO: Check, wether this is returned in network or host byte
-    // order
+    /** \todo make sure, that the value really is in network byte
+       order */
     return ntohs(addr_.sll_hatype);
 }
 
 prefix_ unsigned senf::LLSocketAddress::pkttype()
     const
 {
-    // TODO: Check, wether this is returned in network or host byte
-    // order
+    /** \todo make sure, that the value really is in network byte
+       order */
     return ntohs(addr_.sll_pkttype);
 }