Finished documentation of non protocol specific socket library classes
[senf.git] / Socket / PacketSocketHandle.cc
index 59bbab0..88b8410 100644 (file)
@@ -20,7 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of non-inline non-template functions
+/** \file
+    \brief PacketProtocol and PacketSocketHandle non-inline non-template implementation
+ */
 
 #include "PacketSocketHandle.hh"
 #include "PacketSocketHandle.ih"
@@ -78,6 +80,8 @@ prefix_ bool senf::PacketProtocol::eof()
 prefix_ void senf::PacketProtocol::promisc(std::string interface, PromiscMode mode)
     const
 {
+    /** \bug There are some failures here ... need to investigate */
+
     // The interface is really stupid: as far as i understand, it is possible to 
     // enable PROMISC and ALLMULTI seperately, however PROMISC is really a superset
     // of ALLMULTI ... grmpf ... therefore we allways set/reset both to implement sane