X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FTCPSocketProtocol.hh;h=4c05a0d92985447cf6a4dd15055bb703cc33fc75;hb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;hp=cca471ea78328d685552fc237bd24b0d270359b2;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/INet/TCPSocketProtocol.hh b/senf/Socket/Protocols/INet/TCPSocketProtocol.hh index cca471e..4c05a0d 100644 --- a/senf/Socket/Protocols/INet/TCPSocketProtocol.hh +++ b/senf/Socket/Protocols/INet/TCPSocketProtocol.hh @@ -28,7 +28,6 @@ #define HH_SENF_Socket_Protocols_INet_TCPSocketProtocol_ 1 // Custom includes -#include "../../../Socket/SocketProtocol.hh" #include "INetSocketProtocol.hh" //#include "TCPSocketProtocol.mpp" @@ -39,7 +38,7 @@ namespace senf { /// \addtogroup protocol_facets_group /// @{ - /** \brief Protocol facat to support TCP operations + /** \brief Protocol facet to support TCP operations This protocol facet provides all those protocol functions, which are available on any TCP socket. @@ -53,7 +52,7 @@ namespace senf { /**< Enabling \c SO_NODELAY will disable the NAGLE algorithm (which aggregates multiple writes into a single network packet). Enabling nodelay() optimizes - the repsonse time at the expense of the bandwidth + the response time at the expense of the bandwidth efficiency. \param[in] value \c SO_NODELAY state */