X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FBSDSocketProtocol.hh;fp=senf%2FSocket%2FProtocols%2FBSDSocketProtocol.hh;h=5f2159e5e35c6e97ec616ff7e8de2d5729ec5183;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=3511708f238bbd8fa199d7f97d716535d698ec68;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Socket/Protocols/BSDSocketProtocol.hh b/senf/Socket/Protocols/BSDSocketProtocol.hh index 3511708..5f2159e 100644 --- a/senf/Socket/Protocols/BSDSocketProtocol.hh +++ b/senf/Socket/Protocols/BSDSocketProtocol.hh @@ -77,7 +77,7 @@ namespace senf { the network (e.g. via ICMP). */ unsigned rcvbuf() const; ///< Check receive buffer size - /**< \returns size of receive buffer in bytes + /**< \returns size of receive buffer in bytes \internal Linux doubles the buffer size internally when changing it to cater for additional space needed by the linux kernel. This call will therefore return @@ -86,14 +86,14 @@ namespace senf { /**< \param[in] size new receive buffer size */ unsigned sndbuf() const; ///< Check send buffer size - /**< \returns size of send buffer in bytes + /**< \returns size of send buffer in bytes \internal Linux doubles the buffer size internally when changing it to cater for additional space needed by the linux kernel. This call will therefore return only half the value reported by the kernel. */ void sndbuf(unsigned size) const; ///< Change size of send buffer /**< \param[in] size new send buffer size */ - + }; /** \brief Protocol facet providing basic connection oriented BSD socket functions