Socket: Ignore ECONNREFUSED on write to datagram socket
[senf.git] / PPI / SocketReader.hh
index f416c0d..4d67951 100644 (file)
@@ -90,7 +90,8 @@ namespace module {
         Whenever the FileHandle object is ready for reading, the \a Reader's \c operator() is called
         to read a packet. The default \a Reader is \c PacketReader<>, which will read packets from a
         datagram SocketHandle into DataPacket's. You may 
-        
+
+        \ingroup io_modules
      */
     template <class Reader=PacketReader<> >
     class ActiveSocketReader