X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FBSDSocketProtocol.hh;h=ff4799255c649021183d719f730bb79d9bda3265;hb=1d6a05a5ebfab82985d40e694f8257397ca5036c;hp=9219dff6754f5f211790e9c59fc9ba1327cc3f92;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/BSDSocketProtocol.hh b/Socket/BSDSocketProtocol.hh index 9219dff..ff47992 100644 --- a/Socket/BSDSocketProtocol.hh +++ b/Socket/BSDSocketProtocol.hh @@ -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,5 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" // End: