git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@551
270642c3-0616-0410-b53a-bc976706d245
///////////////////////////////cc.p////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
-// senf::UDPv4SocketProtocol
+// senf::RawV4SocketProtocol
prefix_ void senf::RawV4SocketProtocol::init_client()
const
}
///////////////////////////////////////////////////////////////////////////
-// senf::UDPv6SocketProtocol::
+// senf::RawV6SocketProtocol::
prefix_ void senf::RawV6SocketProtocol::init_client()
const
\par Address Type:
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!
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
via the Socket Handle typedefs above.