X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FBSDSocketProtocol.hh;h=63c8d42c07b02a5afc50ae36a4509f21ddc0414a;hb=c13146edc1b57cc60f102bcfd1a7a602ecec261f;hp=9219dff6754f5f211790e9c59fc9ba1327cc3f92;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/BSDSocketProtocol.hh b/Socket/BSDSocketProtocol.hh index 9219dff..63c8d42 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.