added first (prototype) handle for the DVB frontend device
[senf.git] / Socket / BSDSocketProtocol.hh
index 9219dff..3743f52 100644 (file)
@@ -56,7 +56,7 @@ namespace senf {
                                         /**< If linger is enabled, the timeout value specifies, how
                                              long to wait before returning while data is unsent in
                                              seconds. If this value is 0, a close() might wait
-                                             forvever.
+                                             forever.
                                              \param[in] enable \c true to activate linger
                                              \param[in] timeout linger timeout in seconds */
 
@@ -65,10 +65,11 @@ namespace senf {
                                              the last network packet passed to the user has been
                                              received from the network. This allows precise network
                                              timing.
-                                             \returns timestamp when packet was received */
+                                             \returns timestamp when packet was received 
+                                             \todo Move this to DatagramSocketProtocol class */
     };
 
-    /** \brief Protocol facat providing basic connection oriented BSD socket functions
+    /** \brief Protocol facet providing basic connection oriented BSD socket functions
 
         AddressableBSDSocketProtocol provides the BSD socket API as it generically applies to
         addressable (connection oriented) sockets.
@@ -105,4 +106,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: