Skip to content
Snippets Groups Projects
Commit 388353c6 authored by dw6's avatar dw6
Browse files

cleaning

parent b9cf0c89
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
///////////////////////////////cc.p//////////////////////////////////////// ///////////////////////////////cc.p////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
// senf::UDPv4SocketProtocol // senf::RawV4SocketProtocol
prefix_ void senf::RawV4SocketProtocol::init_client() prefix_ void senf::RawV4SocketProtocol::init_client()
const const
...@@ -65,7 +65,7 @@ prefix_ std::auto_ptr<senf::SocketProtocol> senf::RawV4SocketProtocol::clone() ...@@ -65,7 +65,7 @@ prefix_ std::auto_ptr<senf::SocketProtocol> senf::RawV4SocketProtocol::clone()
} }
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
// senf::UDPv6SocketProtocol:: // senf::RawV6SocketProtocol::
prefix_ void senf::RawV6SocketProtocol::init_client() prefix_ void senf::RawV6SocketProtocol::init_client()
const const
......
...@@ -136,10 +136,10 @@ namespace senf { ...@@ -136,10 +136,10 @@ namespace senf {
\par Address Type: \par Address Type:
INet6Address INet6Address
RawV6SocketProtocol provides an internet protocol stream socket based on IPv6 addressing. RawV6SocketProtocol provides an internet protocol raw socket based on IPv6 addressing.
This socket will put data written to it onto the IPv6 layer: if you call writeto don't inlude the header! 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 return the packet data on top of the IPv6 layer, excluding the IP header. On the other hand `read` will return the packet data on top of the IPv6 layer, excluding the IP header.
NB: This behaviour is differs from the behaviour of IPv4 RAW sockets. Note: This behaviour is differs from the behaviour of IPv4 RAW sockets.
This class is utilized as the protocol class of the ProtocolClientSocketHandle This class is utilized as the protocol class of the ProtocolClientSocketHandle
via the Socket Handle typedefs above. via the Socket Handle typedefs above.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment