X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FConnectedRawINetSocketHandle.hh;h=7cba3e3f77594d3cc9ad3ae6e97b669353ebee7b;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=e1fadbc9f498578eb2e85f060be06808c53164ca;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh index e1fadbc..7cba3e3 100644 --- a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh +++ b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh @@ -34,12 +34,12 @@ #include -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup concrete_protocol_group - /// @{ + //\{ typedef MakeSocketPolicy< INet4AddressingPolicy, @@ -88,11 +88,11 @@ namespace senf { public AddressableBSDSocketProtocol { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // internal interface ///\name Constructors - ///@{ + //\{ void init_client() const; ///< Create unconnected client socket for IPPROTO_RAW /**< \note This member is implicitly called from the @@ -109,7 +109,7 @@ namespace senf { send \param[in] address local address to connect to */ - ///@} + //\} }; typedef ProtocolClientSocketHandle @@ -118,7 +118,7 @@ namespace senf { -//////////////////////////////////////////////// Raw IPv6 Socket //////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// typedef MakeSocketPolicy< INet6AddressingPolicy, DatagramFramingPolicy, @@ -141,7 +141,7 @@ namespace senf { ConnectedRawV6SocketProtocol provides an internet protocol raw socket based on IPv6 addressing which is connected to certain peer. This socket will put data written to it onto - the IPv6 layer: if you call writeto don't inlude the header! On the other hand `read` will + the IPv6 layer: if you call writeto don't include the header! On the other hand `read` will return the packet data on top of the IPv6 layer, excluding the IP header. Note: This behaviour is differs from the behaviour of IPv4 RAW sockets. @@ -164,11 +164,11 @@ namespace senf { public AddressableBSDSocketProtocol { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // internal interface ///\name Constructors - ///@{ + //\{ void init_client() const; ///< Create unconnected client socket for IPPROTO_RAW /**< \note This member is implicitly called from the @@ -189,13 +189,13 @@ namespace senf { ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor (??) */ - ///@} + //\} }; typedef ProtocolClientSocketHandle ConnectedRawV6ClientSocketHandle; - /// @} + //\} }