X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FBSDSocketProtocol.hh;h=bfdef2b0aba154c36ff008dec00111b7fb3f1c01;hb=9a988902090d28007578e93bffd809f6bd913155;hp=9219dff6754f5f211790e9c59fc9ba1327cc3f92;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/BSDSocketProtocol.hh b/Socket/BSDSocketProtocol.hh index 9219dff..bfdef2b 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 */ @@ -68,7 +68,7 @@ namespace senf { \returns timestamp when packet was received */ }; - /** \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.